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