We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77e21e commit 4c3277cCopy full SHA for 4c3277c
1 file changed
.github/workflows/buildwheels.yml
@@ -115,8 +115,11 @@ jobs:
115
python -m pip install $PIP_INSTALL_OPTS dist/*cp313*.whl[examples]
116
ls
117
ls dist
118
+ ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
119
python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
120
+ ls
121
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
122
123
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
124
125
# python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
0 commit comments