Skip to content

Commit 23f030c

Browse files
committed
attempt to fix notebook run
1 parent a5ecbfc commit 23f030c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@ jobs:
8383

8484
- name: Run example notebooks
8585
run: |
86+
ls ..
8687
ls
8788
ls dist
88-
python -m pip install $PIP_INSTALL_OPTS ./dist/*cp313*.whl[examples]
89+
pwd
90+
python -m pip install $PIP_INSTALL_OPTS ${pwd}/dist/*cp313*.whl[examples]
8991
ls
9092
ls dist
9193
ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt

0 commit comments

Comments
 (0)