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')"