added requrement.txt

This commit is contained in:
2024-05-29 02:31:18 +03:00
parent 9bb86699f7
commit c108d7d32c
2 changed files with 2 additions and 2 deletions

View File

@@ -28,8 +28,8 @@ pytest:
- chmod u+x venv/bin/activate
- source venv/bin/activate
- python -V
- pip install -U -r requirements.txt
- pip install -U -r tests/requirements.txt
- pip install --quiet -U -r requirements.txt
- pip install --quiet -U -r tests/requirements.txt
script:
- pytest -v