This commit is contained in:
Tryndaron
2024-03-28 11:55:05 +01:00
parent 2e9d5b584a
commit 6f9c0c8cc8
+2 -1
View File
@@ -22,7 +22,8 @@ jobs:
python-version: 3.9 python-version: 3.9
- name: Install Dependencies - name: Install Dependencies
run: python -m pip install --upgrade pip run: ls
python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install pytest pip install pytest