test new CI (#4168)

* test new CI

* test new CI

* remove double quotes
pull/4169/head
merwanehamadi 2023-05-13 16:25:56 -07:00 committed by GitHub
parent 4143d212a5
commit a110ff94a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
@ -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