From 48222ae43a9911794e4d06ce7d98ced557b78e21 Mon Sep 17 00:00:00 2001 From: Marton Havasi Date: Wed, 11 Dec 2024 21:44:58 +0000 Subject: [PATCH] path testing --- .github/workflows/notebooks.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index 6388e36..56d9ed7 100644 --- a/.github/workflows/notebooks.yaml +++ b/.github/workflows/notebooks.yaml @@ -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