From 399c319e3d9c1d068a913e65a1f981de752fd152 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Thu, 23 Jul 2026 06:35:54 -0700 Subject: [PATCH] remove use of anaconda defaults channel from CI fix #17 --- .github/test-environment.yaml | 2 +- .github/workflows/gh-ci.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/test-environment.yaml b/.github/test-environment.yaml index aadb2b6..11f36a4 100644 --- a/.github/test-environment.yaml +++ b/.github/test-environment.yaml @@ -1,7 +1,7 @@ name: test channels: - conda-forge - - defaults + - nodefaults dependencies: # Base depends - python diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 29f3d07..8a0a19c 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -115,7 +115,8 @@ jobs: add-pip-as-python-dependency: true architecture: x64 mamba-version: "*" - channels: conda-forge, defaults + channels: conda-forge + conda-remove-defaults: true auto-update-conda: true show-channel-urls: true