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 32f23b3 commit 081aebdCopy full SHA for 081aebd
.github/workflows/tests+pypi.yml
@@ -198,8 +198,7 @@ jobs:
198
python -m pytest --durations=10 -v -s -We -p no:unraisableexception .
199
cd ..
200
201
- - if: ${{ !(matrix.platform == 'macos-14' && matrix.python-version == '3.13') }}
202
- run: |
+ - run: |
203
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
204
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
205
python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
0 commit comments