Skip to content

Commit e15e969

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

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
@@ -26,6 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-python@v6
29+
id: setup-python
2930
with:
3031
python-version: ${{ matrix.python_version }}
3132
allow-prereleases: true
@@ -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)