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 f1ffb93 commit 4ddaece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
shell: bash -l {0}
working-directory: examples
run: |
PYTHONPATH=../
python -c "import sys; print(sys.path)"
python -c "import flow_matching; print('flow_matching module imported successfully')"
- name: Run notebooks
Expand Down

0 comments on commit 4ddaece

Please sign in to comment.