From 2051b5c94d9385c0d1f2db7f2618b1d48d80e14a Mon Sep 17 00:00:00 2001 From: Marton Havasi Date: Wed, 11 Dec 2024 21:52:47 +0000 Subject: [PATCH] path testing --- .github/workflows/notebooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index cbf9908..60aeb30 100644 --- a/.github/workflows/notebooks.yaml +++ b/.github/workflows/notebooks.yaml @@ -20,7 +20,7 @@ jobs: shell: bash -l {0} run: | set +e - export PYTHONPATH=$(PWD):$PYTHONPATH + export PYTHONPATH=${PWD}/asdasd:$PYTHONPATH 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')"