gitea workflows: updated action.yaml to include python env debugging
Build and Publish / test (push) Failing after 1m2s
Build and Publish / build (push) Has been skipped
Build and Publish / Build and Deploy Docs (push) Has been skipped

This commit is contained in:
2026-04-28 13:48:07 +02:00
parent f95f868fc4
commit f4b2bb0112
+5
View File
@@ -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: