Skip to content

Commit eb25fec

Browse files
committed
Add quotations to python version
1 parent 948a09c commit eb25fec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: conda-incubator/setup-miniconda@v3
5050
with:
5151
activate-environment: neo-test-env
52-
python-version: ${{ matrix.python-version }}
52+
python-version: "${{ matrix.python-version }}"
5353

5454
- name: Get current dependencies hash
5555
id: dependencies
@@ -74,7 +74,6 @@ 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
7877
conda env update --name neo-test-env --file environment_testing.yml --prune
7978
8079
- name: Configure git

0 commit comments

Comments
 (0)