umain.yml

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

View file

@ -20,9 +20,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
pip install -r requirements/dev.txt
pip install pytest
- name: Run tests
run: |
python -m pytest tests