Skip to content

Commit 4cf581f

Browse files
authored
pin chempy and pyneqsys versions
1 parent b3fedea commit 4cf581f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
127127
python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
128128
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
129+
python -m pip install $PIP_INSTALL_OPTS $temp[examples] PySDM==3.0.0rc19 chempy==0.10.1 pyneqsys==0.5.7
130130
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
131131
132132
check_annotated_todos:

0 commit comments

Comments
 (0)