We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510c968 commit 6e13493Copy full SHA for 6e13493
1 file changed
.github/workflows/test.yaml
@@ -37,13 +37,16 @@ jobs:
37
# persist on the same day.
38
# cache-environment-key: environment-${{ steps.date.outputs.date }}
39
# cache-downloads-key: downloads-${{ steps.date.outputs.date }}
40
- create-args: >-
41
- python=${{ matrix.python-version }}
+ # create-args: >-
+ # python=${{ matrix.python-version }}
42
init-shell: >-
43
bash
44
powershell
45
generate-run-shell: false
46
post-cleanup: none
47
+ extra-specs: |
48
+ python=${{ matrix.python-version }}
49
+
50
- name: Conda info
51
shell: bash -l {0}
52
run: micromamba info
0 commit comments