Skip to content

Commit c6b9b6d

Browse files
committed
Fix python version
1 parent 7ef588b commit c6b9b6d

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
@@ -46,7 +46,7 @@ jobs:
4646
key: ${{ runner.os }}-datasets-${{ steps.ephy_testing_data.outputs.dataset_hash }}
4747
restore-keys: ${{ runner.os }}-datasets-
4848

49-
- uses: conda-incubator/setup-miniconda@v2.2.0
49+
- uses: conda-incubator/setup-miniconda@v3
5050
with:
5151
activate-environment: neo-test-env
5252
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)