Skip to content

Commit 948a09c

Browse files
committed
Print which python
1 parent 86c403e commit 948a09c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
git config --global user.name "neo CI"
8484
8585
- name: Python version
86-
run: python --version
86+
run: |
87+
which python
88+
python --version
8789
8890
- name: Install neo including dependencies
8991
# installation with dependencies is only required if no cache was found

0 commit comments

Comments
 (0)