Update .gitea/workflows/ci.yml
Some checks failed
CI / test (push) Failing after 12s

This commit is contained in:
2026-02-14 09:42:57 +01:00
parent 40768f7c2e
commit da2b1be8a5

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install tooling - name: Install tooling
run: | run: |
python -m pip install -U pip python -m pip install -U pip
pip install pytest pip install ruff pytest
- name: Install project (if pyproject exists) - name: Install project (if pyproject exists)
run: | run: |