Skip to content

Commit

Permalink
Use specific version of micromamba
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Nov 25, 2024
1 parent b76ff59 commit e4d84a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
environment-file: 'test/environment.yml'
- run: test "$(micromamba --version)" = 1.4.5
shell: bash -el {0}

micromamba-old-version-2:
runs-on: ubuntu-latest
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
environment-file: 'test/environment.yml'
- run: test "$(micromamba --version)" = 1.2.0
shell: bash -el {0}

micromamba-shell:
strategy:
matrix:
Expand Down Expand Up @@ -123,6 +123,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./
with:
micromamba-version: 2.0.2-0
init-shell: cmd.exe
environment-file: 'test/environment.yml'
- name: micromamba info (cmd.exe)
Expand Down Expand Up @@ -187,7 +188,7 @@ jobs:
- run: |
micromamba list | grep -q "python 3.11.3 h2755cc3_0_cpython conda-forge"
shell: bash -el {0}
comment-in-environment-file:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e4d84a4

Please sign in to comment.