This commit is contained in:
Benjamin Harder
2023-10-06 14:22:55 +02:00
parent 54172bed6e
commit 67f29e6089

View File

@@ -24,9 +24,9 @@ jobs:
python-version: '3.x'
- name: Install pip and pytest
run: |
apt-get install -y python3-pip --fix-missing
apt-get install -y python3-pytest
pip install -r docker/requirements.txt
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
run: |