Skip to content

Commit 4c3277c

Browse files
committed
attempt to fix notebook run
1 parent f77e21e commit 4c3277c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/buildwheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,11 @@ jobs:
115115
python -m pip install $PIP_INSTALL_OPTS dist/*cp313*.whl[examples]
116116
ls
117117
ls dist
118+
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
118119
python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt
120+
ls
119121
python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
122+
ls
120123
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
121124
122125
# python -m pip install --force-reinstall --no-deps $PIP_INSTALL_OPTS -r .binder/requirements.txt

0 commit comments

Comments
 (0)