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

This commit is contained in:
Benjamin Harder
2023-10-06 13:48:55 +02:00
parent 17d88e10ff
commit fae108d5c8

View File

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