From ba3cd2cd8289b07bb2e086f98673bf6cf1fd987f Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 16 Oct 2023 10:37:33 -0500 Subject: [PATCH] Force strict channel priority --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc68ae9..f4688f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,7 @@ jobs: miniforge-variant: Mambaforge miniforge-version: latest use-mamba: true + channel-priority: strict python-version: ${{ matrix.python-version }} activate-environment: test-environment environment-file: continuous_integration/environment.yaml