gitea workflows: updated action.yaml to include python env debugging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user