diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 77f58546..a126f586 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -70,6 +70,11 @@ jobs: libx11-xcb1 - name: Debug Python env + run: | + source venv/bin/activate + which python + which pytest + python -m pip list | grep pytest - name: Run tests with pytest env: