This commit is contained in:
Benjamin Harder
2023-10-06 14:21:26 +02:00
parent a2805b0f3f
commit 54172bed6e
2 changed files with 4 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ jobs:
python-version: '3.x'
- name: Install pip and pytest
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
apt-get install -y python3-pip --fix-missing
apt-get install -y python3-pytest
pip install -r docker/requirements.txt
- name: Test with pytest