Skip to content

Commit 44ca3cc

Browse files
committed
oops
1 parent 55d71f3 commit 44ca3cc

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
@@ -74,7 +74,7 @@ jobs:
7474
# restore-key hits should result in `cache-hit` == 'false'
7575
if: steps.cache-conda-env.outputs.cache-hit != 'true'
7676
run: |
77-
conda env update --name neo-test-env --file environment_testing.yml --prune
77+
conda env update --name neo-test-env-${{ matrix.python-version }} --file environment_testing.yml --prune
7878
7979
- name: Configure git
8080
run: |

0 commit comments

Comments
 (0)