We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbe450 commit bd70562Copy full SHA for bd70562
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
- uses: actions/checkout@v5
28
- uses: actions/setup-python@v6
29
with:
30
+ id: setup-python
31
python-version: ${{ matrix.python_version }}
32
allow-prereleases: true
33
cache: "pip"
@@ -37,4 +38,4 @@ jobs:
37
38
sudo apt-get install -y gdb lcov
39
- name: Tests PyTest
40
run: |
- pipx run nox --forcecolor -s test
41
+ pipx run --python '${{ steps.setup-python.outputs.python-path }}' nox --forcecolor -s test
0 commit comments