Skip to content

Commit bd70562

Browse files
committed
pipx: use correct version of Python
1 parent 5dbe450 commit bd70562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-python@v6
2929
with:
30+
id: setup-python
3031
python-version: ${{ matrix.python_version }}
3132
allow-prereleases: true
3233
cache: "pip"
@@ -37,4 +38,4 @@ jobs:
3738
sudo apt-get install -y gdb lcov
3839
- name: Tests PyTest
3940
run: |
40-
pipx run nox --forcecolor -s test
41+
pipx run --python '${{ steps.setup-python.outputs.python-path }}' nox --forcecolor -s test

0 commit comments

Comments
 (0)