We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fedea commit 4cf581fCopy full SHA for 4cf581f
1 file changed
.github/workflows/buildwheels.yml
@@ -126,7 +126,7 @@ jobs:
126
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
127
python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
128
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
129
- python -m pip install $PIP_INSTALL_OPTS $temp[examples] PySDM==3.0.0rc19
+ python -m pip install $PIP_INSTALL_OPTS $temp[examples] PySDM==3.0.0rc19 chempy==0.10.1 pyneqsys==0.5.7
130
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 ${{ env.PYTEST_SKIP_ARGS }} -v -s -We -p no:unraisableexception gitmodules/devops_tests/test_run_notebooks.py
131
132
check_annotated_todos:
0 commit comments