We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa5fa2 commit d2a871fCopy full SHA for d2a871f
1 file changed
.github/workflows/buildwheels.yml
@@ -92,6 +92,7 @@ jobs:
92
ls dist
93
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
94
python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
95
+ python -m pip install matplotlib ipywidgets PySDM
96
ls
97
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
98
0 commit comments