diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ab87b7d..2868c69 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Install tooling run: | python -m pip install -U pip - pip install pytest + pip install ruff pytest - name: Install project (if pyproject exists) run: |