From 58512830131012d204233aefb3a6e1d3707a8b81 Mon Sep 17 00:00:00 2001 From: Jas Kalayan Date: Fri, 25 Sep 2026 20:01:54 +0100 Subject: [PATCH] lower case ccpbiosim channel --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e8cd5be..9823ecf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -215,7 +215,7 @@ jobs: auto-activate: true activate-environment: base conda-remove-defaults: true - channels: CCPBioSim,conda-forge + channels: ccpbiosim,conda-forge channel-priority: strict - name: Install build tools