test# Please enter the commit message for your changes. Lines starting

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

View File

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