Skip to content

Commit

Permalink
Use the latest micromamba.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Oct 29, 2024
1 parent 620c637 commit 7a84136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
with:
submodules: true
- name: Create Python Environment
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1.9.0
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
with:
micromamba-version: '1.5.8-0'
micromamba-version: '2.0.2-2'
environment-name: test
environment-file: .github/workflows/environments/py313-conda-lock.yml
- name: Configure compile_commands.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
submodules: true

- name: Create Python Environment
uses: mamba-org/setup-micromamba@f8b8a1e23a26f60a44c853292711bacfd3eac822 # v1.9.0
uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
with:
micromamba-version: '1.5.8-0'
micromamba-version: '2.0.2-2'
environment-name: test
environment-file: .github/workflows/environments/py${{ matrix.python }}-conda-lock.yml

Expand Down

0 comments on commit 7a84136

Please sign in to comment.