Test automation-test

This commit is contained in:
Benjamin Harder
2023-10-02 22:14:21 +02:00
parent 49658b596a
commit f86fd48ddc

View File

@@ -20,7 +20,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
pip install pytest pytest-cov