Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* test new CI

* test new CI

* remove double quotes
  • Loading branch information
waynehamadi authored May 13, 2023
1 parent 4143d21 commit a110ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: <fork-owner>/<fork-repo>

- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v2
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: <fork-owner>/<fork-repo>

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit a110ff9

Please sign in to comment.