Skip to content

Commit

Permalink
Revert "Pinning micromamba for CI (NCAR#645)"
Browse files Browse the repository at this point in the history
This reverts commit e0693d1.
  • Loading branch information
anissa111 committed Oct 7, 2024
1 parent e0693d1 commit 51681d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 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@v1
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@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 @@ -116,7 +115,6 @@ 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: 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@v1
with:
micromamba-version: '1.5.10-0'
environment-file: build_envs/environment.yml
create-args: >-
python=${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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 51681d9

Please sign in to comment.