diff --git a/.github/workflows/notebooks.yaml b/.github/workflows/notebooks.yaml index 60aeb30..5e86925 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}/asdasd:$PYTHONPATH + export PYTHONPATH=${PWD}:$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')"