From f1ffb93fcf0495615e52bde4dc4e33d42751e30e Mon Sep 17 00:00:00 2001 From: Marton Havasi Date: Wed, 11 Dec 2024 21:23:48 +0000 Subject: [PATCH] path testing --- .github/workflows/notebooks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index fd3d416..877ee26 100644 --- a/.github/workflows/notebooks.yaml +++ b/.github/workflows/notebooks.yaml @@ -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')"