Skip to content

Commit

Permalink
Update micromamba back to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
irm-codebase committed Nov 16, 2024
1 parent 3980d53 commit bc7cd28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
micromamba-version: latest
environment-name: ${{ github.event.repository.name }}-ubuntu-latest-312-${{ hashFiles('requirements/dev.txt') }}
environment-file: requirements/base.txt
create-args: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
micromamba-version: latest
environment-name: ${{ github.event.repository.name }}-${{ matrix.os }}-3${{ matrix.py3version }}-${{ hashFiles('requirements/dev.txt') }}
environment-file: requirements/base.txt
create-args: >-
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
micromamba-version: latest
environment-name: pipbuild
create-args: >-
python=3.11
Expand Down

0 comments on commit bc7cd28

Please sign in to comment.