We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a497d commit 7ef588bCopy full SHA for 7ef588b
.github/workflows/io-test.yml
@@ -69,9 +69,6 @@ jobs:
69
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
70
${{ runner.os }}-conda-env-
71
72
- - name: Python version
73
- run: python --version
74
-
75
- name: Install testing dependencies
76
# testing environment is only created from yml if no cache was found
77
# restore-key hits should result in `cache-hit` == 'false'
@@ -84,6 +81,9 @@ jobs:
84
81
git config --global user.email "neo_ci@fake_mail.com"
85
82
git config --global user.name "neo CI"
86
83
+ - name: Python version
+ run: python --version
+
87
- name: Install neo including dependencies
88
# installation with dependencies is only required if no cache was found
89
0 commit comments