pip install pytest

This commit is contained in:
Tryndaron
2024-03-28 11:36:13 +01:00
parent c4d1ecbc11
commit b8ef01fdf1
+1
View File
@@ -24,6 +24,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: python -m pip install --upgrade pip run: python -m pip install --upgrade pip
pip install -r requirements.txt pip install -r requirements.txt
pip install pytest