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 02d2d89 commit f1ffb93
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 @@ -17,6 +17,8 @@ jobs:
python -c "import torch; print('Is CUDA available:', torch.cuda.is_available())"
- name: Import flow_matching
shell: bash -l {0}
working-directory: examples
run: |
python -c "import flow_matching; print('flow_matching module imported successfully')"
Expand Down

0 comments on commit f1ffb93

Please sign in to comment.