This commit is contained in:
Benjamin Harder
2023-10-06 14:07:55 +02:00
parent ae247385a8
commit afef99e155

View File

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