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 a463137 commit 0f38d32Copy full SHA for 0f38d32
.github/workflows/io-test.yml
@@ -78,7 +78,7 @@ jobs:
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 neo-test-env --file environment_testing.yml
+ conda env update --name neo-test-env --file environment_testing.yml --prune
82
83
- name: Configure git
84
0 commit comments