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 b697e1e commit 48222ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: Run notebooks
shell: bash -l {0}
env:
PYTHONPATH: $PYTHONPATH:$PWD
PYTHONPATH: $PYTHONPATH:asdasd
run: |
set +e
cd examples/
python -m flow_matching "import flow_matching; print('flow_matching module imported successfully')"
python -c "import flow_matching; print('flow_matching module imported successfully')"
python -c "import sys; print(sys.path)"
PYTHONPATH=$PYTHONPATH python -m flow_matching "import flow_matching; print('flow_matching module imported successfully')"
PYTHONPATH=$PYTHONPATH python -c "import flow_matching; print('flow_matching module imported successfully')"
PYTHONPATH=$PYTHONPATH python -c "import sys; print(sys.path)"
cd ..
for file in examples/*.ipynb; do
Expand Down

0 comments on commit 48222ae

Please sign in to comment.