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 b6a721c commit 6095e67Copy full SHA for 6095e67
.github/workflows/io-test.yml
@@ -69,13 +69,16 @@ jobs:
69
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
70
${{ runner.os }}-conda-env-
71
72
+ - name: Install Python Version
73
+ run: |
74
+ conda install python=${{ matrix.python-version }}
75
+
76
- name: Install testing dependencies
77
# testing environment is only created from yml if no cache was found
78
# restore-key hits should result in `cache-hit` == 'false'
79
if: steps.cache-conda-env.outputs.cache-hit != 'true'
80
run: |
81
conda env update --name neo-test-env --file environment_testing.yml --prune
- conda install python=${{ matrix.python-version }}
82
83
- name: Configure git
84
0 commit comments