Skip to content

Commit

Permalink
Pin micromamba version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Sep 26, 2024
1 parent 683a5b7 commit 7f201e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: latest
micromamba-version: "1.5.10"
environment-name: ${{ github.event.repository.name }}-ubuntu-latest-312-${{ hashFiles('requirements/dev.txt') }}
environment-file: requirements/base.txt
create-args: >-
Expand Down
6 changes: 3 additions & 3 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: latest
micromamba-version: "1.5.10"
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: latest
micromamba-version: "1.5.10"
environment-file: .github/workflows/pr-ci-pipbuild-environment.yml
post-cleanup: all
cache-environment: true
Expand All @@ -127,4 +127,4 @@ jobs:
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
with:
package_name: calliope
version: ${{needs.pre-release-version.outputs.version}}
version: ${{needs.pre-release-version.outputs.version}}

0 comments on commit 7f201e8

Please sign in to comment.