Skip to content

Commit 0f38d32

Browse files
committed
[CI] fix conda syntax and improve environment update parameters
1 parent a463137 commit 0f38d32

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)