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 a0d1f72 commit cb03c5cCopy full SHA for cb03c5c
.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: ${{ 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