Skip to content

Commit 6095e67

Browse files
committed
fix python version for environment
1 parent b6a721c commit 6095e67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,16 @@ jobs:
6969
${{ runner.os }}-conda-env-${{ steps.dependencies.outputs.hash }}-
7070
${{ runner.os }}-conda-env-
7171
72+
- name: Install Python Version
73+
run: |
74+
conda install python=${{ matrix.python-version }}
75+
7276
- name: Install testing dependencies
7377
# testing environment is only created from yml if no cache was found
7478
# restore-key hits should result in `cache-hit` == 'false'
7579
if: steps.cache-conda-env.outputs.cache-hit != 'true'
7680
run: |
7781
conda env update --name neo-test-env --file environment_testing.yml --prune
78-
conda install python=${{ matrix.python-version }}
7982
8083
- name: Configure git
8184
run: |

0 commit comments

Comments
 (0)