diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1674401..f4ba51a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: - name: Run tests run: | - pytest -v + python -m pytest -v - name: Run linting run: | pip install ruff - ruff check cmdparse/ tests/ + python -m ruff check cmdparse/ tests/