Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Jan 7, 2025
1 parent 55d71f3 commit 44ca3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/io-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# restore-key hits should result in `cache-hit` == 'false'
if: steps.cache-conda-env.outputs.cache-hit != 'true'
run: |
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
- name: Configure git
run: |
Expand Down

0 comments on commit 44ca3cc

Please sign in to comment.