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 311c982 commit f1b954bCopy full SHA for f1b954b
.github/workflows/testsuite.yml
@@ -58,12 +58,12 @@ jobs:
58
fi
59
shell: bash
60
- name: Install extra dependencies
61
- if: ${{ python-version != "3.12-dev" }}
+ if: ${{ matrix.python-version != '3.12-dev' }}
62
run: |
63
pip install -r extra_requirements.txt
64
65
- name: Run unit tests with extra packages as non-root user
66
67
68
python -m pyfakefs.tests.all_tests
69
0 commit comments