Skip to content

Commit 7ef588b

Browse files
committed
Move python version after conda setup
1 parent e6a497d commit 7ef588b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/io-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
7070
${{ runner.os }}-conda-env-
7171
72-
- name: Python version
73-
run: python --version
74-
7572
- name: Install testing dependencies
7673
# testing environment is only created from yml if no cache was found
7774
# restore-key hits should result in `cache-hit` == 'false'
@@ -84,6 +81,9 @@ jobs:
8481
git config --global user.email "neo_ci@fake_mail.com"
8582
git config --global user.name "neo CI"
8683
84+
- name: Python version
85+
run: python --version
86+
8787
- name: Install neo including dependencies
8888
# installation with dependencies is only required if no cache was found
8989
# restore-key hits should result in `cache-hit` == 'false'

0 commit comments

Comments
 (0)