test new CI (#4168)

* test new CI

* test new CI

* remove double quotes
This commit is contained in:
merwanehamadi
2023-05-13 16:25:56 -07:00
committed by GitHub
parent 4143d212a5
commit a110ff94a5

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