Skip to content

Commit

Permalink
Remove temporary micromamba pin (#650)
Browse files Browse the repository at this point in the history
* remove temp micromamba pin from ci workflows

* release notes
  • Loading branch information
kafitzgerald authored Oct 10, 2024
1 parent d141b75 commit f5354c7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-name: import_test
create-args: >-
python=${{ matrix.python-version }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v2
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 @@ -116,7 +115,6 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v2
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: 0 additions & 1 deletion .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
continue-on-error: true
uses: mamba-org/setup-micromamba@v2
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 @@ -23,6 +23,7 @@ Internal Changes
* 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`)
* Remove micromamba pin for CI by `Katelyn FitzGerald`_ in (:pr:`650`)

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

0 comments on commit f5354c7

Please sign in to comment.