We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a09c commit eb25fecCopy full SHA for eb25fec
.github/workflows/io-test.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: conda-incubator/setup-miniconda@v3
50
with:
51
activate-environment: neo-test-env
52
- python-version: ${{ matrix.python-version }}
+ python-version: "${{ matrix.python-version }}"
53
54
- name: Get current dependencies hash
55
id: dependencies
@@ -74,7 +74,6 @@ jobs:
74
# restore-key hits should result in `cache-hit` == 'false'
75
if: steps.cache-conda-env.outputs.cache-hit != 'true'
76
run: |
77
- conda install python=${{ matrix.python-version }} --yes
78
conda env update --name neo-test-env --file environment_testing.yml --prune
79
80
- name: Configure git
0 commit comments