This commit is contained in:
Benjamin Harder
2023-10-06 14:27:36 +02:00
parent 67f29e6089
commit 7c650671c6
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,6 @@ jobs:
- name: Install pip and pytest
run: |
sudo apt-get install -y python3-pip --fix-missing
sudo apt-get install -y python3-pytest
sudo pip install -r docker/requirements.txt
- name: Test with pytest