Skip to content

Commit

Permalink
Test cmd.exe for older micromamba version (#236)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Jerphanion <[email protected]>
  • Loading branch information
pavelzw and jjerphan authored Nov 25, 2024
1 parent 1d8f116 commit 8415864
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@ jobs:
shell: cmd /C CALL {0}
# TODO: cmd equivalent of `micromamba info | grep -q "environment : env-name"`

cmd-old-micromamba-version:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
init-shell: cmd.exe
environment-file: 'test/environment.yml'
micromamba-version: 1.5.10-0
- name: micromamba info (cmd.exe)
run: micromamba info
shell: cmd /C CALL {0}
# TODO: cmd equivalent of `micromamba info | grep -q "environment : env-name"`

powershell:
strategy:
matrix:
Expand Down

0 comments on commit 8415864

Please sign in to comment.