Skip to content

Commit

Permalink
change channel priority to flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Jun 18, 2024
1 parent cc0edc6 commit e842ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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!
Expand Down

0 comments on commit e842ab5

Please sign in to comment.