Skip to content

Commit 6e13493

Browse files
committed
fxing test.yaml
1 parent 510c968 commit 6e13493

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,16 @@ jobs:
3737
# persist on the same day.
3838
# cache-environment-key: environment-${{ steps.date.outputs.date }}
3939
# cache-downloads-key: downloads-${{ steps.date.outputs.date }}
40-
create-args: >-
41-
python=${{ matrix.python-version }}
40+
# create-args: >-
41+
# python=${{ matrix.python-version }}
4242
init-shell: >-
4343
bash
4444
powershell
4545
generate-run-shell: false
4646
post-cleanup: none
47+
extra-specs: |
48+
python=${{ matrix.python-version }}
49+
4750
- name: Conda info
4851
shell: bash -l {0}
4952
run: micromamba info

0 commit comments

Comments
 (0)