Skip to content

Commit ac0d9e6

Browse files
Fix CI environment installation
1 parent 33b05b6 commit ac0d9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# restore-key hits should result in `cache-hit` == 'false'
7979
if: steps.cache-conda-env.outputs.cache-hit != 'true'
8080
run: |
81-
conda env update neo-test-env --file environment_testing.yml
81+
conda env update --name neo-test-env --file environment_testing.yml --prune
8282
8383
- name: Configure git
8484
run: |

0 commit comments

Comments
 (0)