From f9a1adade4c21bdab8645dc2f189bb1544fb1055 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Thu, 29 Jan 2026 08:56:16 +1000 Subject: [PATCH] Use checked-in condarc for micromamba --- .github/micromamba-condarc.yml | 3 +++ .github/workflows/build-ultraplot.yml | 10 ++-------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 .github/micromamba-condarc.yml diff --git a/.github/micromamba-condarc.yml b/.github/micromamba-condarc.yml new file mode 100644 index 000000000..852f085ba --- /dev/null +++ b/.github/micromamba-condarc.yml @@ -0,0 +1,3 @@ +channels: + - conda-forge +channel_priority: strict diff --git a/.github/workflows/build-ultraplot.yml b/.github/workflows/build-ultraplot.yml index b157adf8e..272b1342e 100644 --- a/.github/workflows/build-ultraplot.yml +++ b/.github/workflows/build-ultraplot.yml @@ -41,10 +41,7 @@ jobs: with: environment-file: ./environment.yml init-shell: bash - condarc: | - channels: - - conda-forge - channel_priority: strict + condarc-file: ./.github/micromamba-condarc.yml post-cleanup: none create-args: >- --verbose @@ -75,10 +72,7 @@ jobs: with: environment-file: ./environment.yml init-shell: bash - condarc: | - channels: - - conda-forge - channel_priority: strict + condarc-file: ./.github/micromamba-condarc.yml post-cleanup: none create-args: >- --verbose