Skip to content

Commit 86c403e

Browse files
committed
Use correct python version in environment
1 parent c6b9b6d commit 86c403e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +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 install python=${{ matrix.python-version }} --yes
7778
conda env update --name neo-test-env --file environment_testing.yml --prune
7879
7980
- name: Configure git

0 commit comments

Comments
 (0)