We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f8cd7 commit cd1d728Copy full SHA for cd1d728
1 file changed
.github/workflows/test.yaml
@@ -16,4 +16,4 @@ jobs:
16
pip install -r requirements.txt
17
- name: Run tests
18
run: |
19
- pytest test/create_layer_unit_test.py
+ PYTHONPATH=src pytest test/create_layer_unit_test.py
0 commit comments