fix pyproject usage

This commit is contained in:
Kirill Markin 2024-12-16 10:38:09 +01:00
parent fae0657b04
commit 6bcd21f40f
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
3 changed files with 21 additions and 11 deletions

View file

@ -27,8 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
pip install .[dev]
- name: Run tests
run: |
pytest tests/