From e842ab5c8c2eeefab0d4053fd23255f1c0142014 Mon Sep 17 00:00:00 2001 From: samwaseda Date: Tue, 18 Jun 2024 15:04:13 +0000 Subject: [PATCH] change channel priority to flexible --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1d9e7f8..85c99a4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: @@ -20,7 +20,7 @@ jobs: with: miniforge-variant: Mambaforge activate-environment: mamonca-test - channel-priority: strict + channel-priority: flexible environment-file: .ci_support/environment.yml python-version: ${{ matrix.python-version }} use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!