Skip to content

Commit 8415864

Browse files
pavelzwjjerphan
andauthored
Test cmd.exe for older micromamba version (#236)
Co-authored-by: Julien Jerphanion <[email protected]>
1 parent 1d8f116 commit 8415864

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

+14
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,20 @@ jobs:
130130
shell: cmd /C CALL {0}
131131
# TODO: cmd equivalent of `micromamba info | grep -q "environment : env-name"`
132132

133+
cmd-old-micromamba-version:
134+
runs-on: windows-latest
135+
steps:
136+
- uses: actions/checkout@v4
137+
- uses: ./
138+
with:
139+
init-shell: cmd.exe
140+
environment-file: 'test/environment.yml'
141+
micromamba-version: 1.5.10-0
142+
- name: micromamba info (cmd.exe)
143+
run: micromamba info
144+
shell: cmd /C CALL {0}
145+
# TODO: cmd equivalent of `micromamba info | grep -q "environment : env-name"`
146+
133147
powershell:
134148
strategy:
135149
matrix:

0 commit comments

Comments
 (0)