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 55d71f3 commit 44ca3ccCopy full SHA for 44ca3cc
.github/workflows/io-test.yml
@@ -74,7 +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 env update --name neo-test-env --file environment_testing.yml --prune
+ conda env update --name neo-test-env-${{ matrix.python-version }} --file environment_testing.yml --prune
78
79
- name: Configure git
80
0 commit comments