Skip to content

Commit 58a75d5

Browse files
committed
Debug
1 parent aa350cb commit 58a75d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/slow-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ jobs:
8080

8181
- name: Validate Python version
8282
run: |
83-
poetry run python --version
83+
poetry run which python
84+
poetry env list
8485
poetry run python --version | grep "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)