Fix pytest

This commit is contained in:
PSNAppZ 2024-04-03 21:20:19 +05:30
parent ca6b932d80
commit bcec7b6d77
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Test with pytest
run: |
pytest