Skip to content

Commit

Permalink
Pinning micromamba for CI (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 authored Sep 27, 2024
1 parent 2206899 commit e0693d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-name: import_test
create-args: >-
python=${{ matrix.python-version }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/environment.yml
cache-environment: true
cache-environment-key: "CI ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{env.TODAY}}"
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/docs.yml
cache-environment: true
cache-environment-key: "linkcheck-${{env.TODAY}}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/environment.yml
create-args: >-
python=${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Internal Changes
* Updates to issue and PR templates by `Anissa Zacharias`_ in (:pr:`612`)
* Re-pin ASV and list env info by `Katelyn FitzGerald`_ in (:pr:`613`)
* Refactor ``pre-commit.ci`` by `Anissa Zacharias`_ in (:pr:`628`)
* Temporarily pin micromamba for CI by `Anissa Zacharias`_ in (:pr:`645`)

v2024.04.0 (April 23, 2024)
---------------------------
Expand Down

0 comments on commit e0693d1

Please sign in to comment.