Skip to content

Commit 750d118

Browse files
committed
Debug action workflow
1 parent 0465301 commit 750d118

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ jobs:
231231
- name: Run all tests
232232
run: |
233233
. venv/bin/activate
234+
which python
235+
which pytest
236+
ls -la venv/bin
234237
pytest --log-level info tests/*.py --cov='.'
235238
- name: Upload coverage artifact
236239
uses: actions/[email protected]

0 commit comments

Comments
 (0)