Skip to content

Commit

Permalink
Print which python
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jan 26, 2024
1 parent 86c403e commit 948a09c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
git config --global user.name "neo CI"
- name: Python version
run: python --version
run: |
which python
python --version
- name: Install neo including dependencies
# installation with dependencies is only required if no cache was found
Expand Down

0 comments on commit 948a09c

Please sign in to comment.