Updated main.yml

This commit is contained in:
Andrii Labych 2025-03-30 14:57:27 +03:00 committed by GitHub
parent a6212ed1b4
commit 7f55658269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt
pip install flask
pip install pytest
pip install -r requirements/dev.txt || true # якщо є
- name: Run tests
run: |
python -m pytest tests