This commit is contained in:
Benjamin Harder
2023-10-06 13:54:10 +02:00
parent 7a41f4b338
commit 983fa0b32f

View File

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