This commit is contained in:
Tryndaron
2024-04-03 14:23:46 +02:00
parent 45ae587e9e
commit ea8e97348c
+3
View File
@@ -23,6 +23,8 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update && sudo apt upgrade
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
@@ -30,6 +32,7 @@ jobs:
sudo apt-get install ffmpeg
pip install pytest
- name: Run pytest