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 3717a77 commit aa0a496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- 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/py312-conda-lock.yml
micromamba-root-path: ${{ github.workspace }}/micromamba
Expand Down

0 comments on commit aa0a496

Please sign in to comment.