From 2566b76a46d1b4a82628e5c0525a7fc3336e92c7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:50:44 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34b4a131..b8010f86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^$' fail_fast: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.8.1' + rev: 'v0.8.6' hooks: - id: ruff args: ["--fix"] From 0011eaa55c17cc3de278873f3796e4080d52fc32 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 8 Jan 2025 12:40:03 -0600 Subject: [PATCH 2/3] Update CI mamba version --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06f70554..f2be87e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: with: miniforge-version: latest python-version: "3.11" - mamba-version: "1.5.10" + mamba-version: "*" activate-environment: test-environment channels: conda-forge @@ -111,7 +111,7 @@ jobs: with: miniforge-version: latest python-version: ${{ matrix.python-version }} - mamba-version: "1.5.10" + mamba-version: "*" activate-environment: test-environment channels: conda-forge From 4b5b2f0c865ef0700be05269436229e6b82c9de8 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 8 Jan 2025 12:49:08 -0600 Subject: [PATCH 3/3] Force no conda defaults in miniconda CI --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f2be87e4..2c6a5a88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,9 +34,10 @@ jobs: with: miniforge-version: latest python-version: "3.11" - mamba-version: "*" activate-environment: test-environment channels: conda-forge + conda-remove-defaults: true + channel-priority: strict - name: Set cache environment variables shell: bash -l {0} @@ -111,9 +112,10 @@ jobs: with: miniforge-version: latest python-version: ${{ matrix.python-version }} - mamba-version: "*" activate-environment: test-environment channels: conda-forge + conda-remove-defaults: true + channel-priority: strict - name: Set cache environment variables shell: bash -l {0}