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 c6b9b6d commit 86c403eCopy full SHA for 86c403e
.github/workflows/io-test.yml
@@ -74,6 +74,7 @@ jobs:
74
# restore-key hits should result in `cache-hit` == 'false'
75
if: steps.cache-conda-env.outputs.cache-hit != 'true'
76
run: |
77
+ conda install python=${{ matrix.python-version }} --yes
78
conda env update --name neo-test-env --file environment_testing.yml --prune
79
80
- name: Configure git
0 commit comments