mirror of https://github.com/Textualize/rich.git
don't use makefile
This commit is contained in:
parent
196ee0802e
commit
39d45c1497
|
@ -26,6 +26,6 @@ jobs:
|
||||||
# make typecheck
|
# make typecheck
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pip install poetry pytest pytest-cov
|
pip install poetry pytest
|
||||||
poetry install
|
poetry install
|
||||||
make test
|
pytest tests/ -v
|
||||||
|
|
Loading…
Reference in New Issue