From 84bb4071c9d3316f1632744dc28d23793c7447cc Mon Sep 17 00:00:00 2001 From: "Patrou, Maria" Date: Fri, 7 Jun 2024 09:25:43 -0400 Subject: [PATCH] channels in list --- .github/workflows/garnetreduction.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/garnetreduction.yml b/.github/workflows/garnetreduction.yml index 1c1d285..ff866ed 100644 --- a/.github/workflows/garnetreduction.yml +++ b/.github/workflows/garnetreduction.yml @@ -42,10 +42,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true - channels: - - conda-forge - - mantid/label/nightly - - oncat + channels: conda-forge, mantid/label/nightly, oncat mamba-version: "*" environment-file: environment.yml cache-environment-key: ${{ runner.os }}-env-${{ hashFiles('**/environment.yml') }}