Skip to content

Commit

Permalink
path testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton Havasi committed Dec 11, 2024
1 parent 7b88600 commit 2d89c01
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:
- name: Run notebooks
shell: bash -l {0}
env:
PYTHONPATH: $PYTHONPATH:$PWD
run: |
set -e
PYTHONPATH=./
python -c "import sys; print(sys.path)"
cd examples
python -c "import sys; print(sys.path)"
python -c "import flow_matching; print('flow_matching module imported successfully')"
cd ..
for file in ./*.ipynb; do
for file in examples/*.ipynb; do
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=300 "$file"
done

0 comments on commit 2d89c01

Please sign in to comment.