mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
fix pyproject usage
This commit is contained in:
parent
fae0657b04
commit
6bcd21f40f
3 changed files with 21 additions and 11 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue