Skip to content

Commit aa350cb

Browse files
committed
Debug
1 parent 27c5d5f commit aa350cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/slow-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ jobs:
7979
run: poetry --version
8080

8181
- name: Validate Python version
82-
run: poetry run python --version | grep "${{ matrix.python-version }}"
82+
run: |
83+
poetry run python --version
84+
poetry run python --version | grep "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)