Skip to content

Commit

Permalink
pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton Havasi committed Dec 11, 2024
1 parent 5d6cbae commit 1461ea7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
- name: Run notebooks
shell: bash -l {0}
working-directory: examples
run: |
set -e
for file in examples/*.ipynb; do
PYTHONPATH=../
for file in ./*.ipynb; do
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=300 "$file"
done
Expand Down

0 comments on commit 1461ea7

Please sign in to comment.