We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdfff3 commit cafc472Copy full SHA for cafc472
.github/workflows/ci.yml
@@ -72,6 +72,8 @@ jobs:
72
pip install -r requirements.txt
73
74
- name: Run data loader & preprocessor tests
75
+ env:
76
+ PYTHONPATH: ${{ github.workspace }}/src
77
run: |
78
source .venv/bin/activate
79
python tests/test_data_loader.py
0 commit comments