From 3d4ced7a8a122328a9a52448ff748527819d2e4f Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Fri, 5 Jun 2026 11:36:03 -0700 Subject: [PATCH 1/4] See if newer conda fixes plugin conflict --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c1bb49..6466622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,8 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: # Temporary to address conda issue - auto-update-conda: false + # auto-update-conda: false + # June 2026 Try auto-update to address plugin conflict conda-version: "25.11.1" activate-environment: stack python-version: ${{ matrix.py }} From 0b19343c2f886488d64e6384339c97a65ec97586 Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Fri, 5 Jun 2026 12:06:14 -0700 Subject: [PATCH 2/4] do not specify conda version at all --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6466622..17f0405 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,8 +159,9 @@ jobs: with: # Temporary to address conda issue # auto-update-conda: false - # June 2026 Try auto-update to address plugin conflict - conda-version: "25.11.1" + # June 2026 Try not specifying conda version to address + # plugin conflict + # conda-version: "25.11.1" activate-environment: stack python-version: ${{ matrix.py }} condarc-file: etc/.condarc From 0e747f00f6573e46134513a91830b791e1c3e431 Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Fri, 5 Jun 2026 12:19:23 -0700 Subject: [PATCH 3/4] eliminate unnecessary comments --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17f0405..def1fce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,11 +157,6 @@ jobs: - name: Setup conda uses: conda-incubator/setup-miniconda@v3 with: - # Temporary to address conda issue - # auto-update-conda: false - # June 2026 Try not specifying conda version to address - # plugin conflict - # conda-version: "25.11.1" activate-environment: stack python-version: ${{ matrix.py }} condarc-file: etc/.condarc From 9535a2f4e1c49cd14a2a6223747eb154ffe1121f Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Fri, 5 Jun 2026 12:21:43 -0700 Subject: [PATCH 4/4] bump version for ci fix --- skycatalogs/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skycatalogs/_version.py b/skycatalogs/_version.py index 60be088..5a8e098 100644 --- a/skycatalogs/_version.py +++ b/skycatalogs/_version.py @@ -1 +1 @@ -__version__ = "2.4.2" +__version__ = "2.4.3"