fix: resolve CI workflow - use python -m prefix for pytest and ruff
Some checks failed
CI / test (push) Failing after 9s
Some checks failed
CI / test (push) Failing after 9s
This commit is contained in:
@@ -25,9 +25,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest -v
|
python -m pytest -v
|
||||||
|
|
||||||
- name: Run linting
|
- name: Run linting
|
||||||
run: |
|
run: |
|
||||||
pip install ruff
|
pip install ruff
|
||||||
ruff check cmdparse/ tests/
|
python -m ruff check cmdparse/ tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user