diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4491ec3..51549e6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Setup Python run: | python3 -m venv /tmp/ci-venv-test - /tmp/ci-venv-test/bin/pip install --quiet -e . + /tmp/ci-venv-test/bin/pip install --quiet pytest pytest-asyncio - name: Run tests (exclude E2E) run: |