mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
don't use makefile
This commit is contained in:
parent
196ee0802e
commit
39d45c1497
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -26,6 +26,6 @@ jobs:
|
|||
# make typecheck
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install poetry pytest pytest-cov
|
||||
pip install poetry pytest
|
||||
poetry install
|
||||
make test
|
||||
pytest tests/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue