This commit is contained in:
Benjamin Harder
2023-10-06 13:50:43 +02:00
parent fae108d5c8
commit 4e2c40af3c

View File

@@ -29,7 +29,7 @@ jobs:
pip install -r docker/requirements.txt
- name: Test with pytest
run: |
pytest src/utils/test_nest_functions.py -vv
pytest ./src/utils/test_nest_functions.py -vv
build-main: