Skip to content

Commit

Permalink
conda-forge images are only being built for 3.11; use that
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 30, 2023
1 parent 52b84ac commit c9b2a10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- python-version: "3.9"
default-channel: defaults
- python-version: "3.10"
default-channel: defaults
- python-version: "3.11"
default-channel: conda-forge

env:
Expand Down Expand Up @@ -102,11 +104,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
default-channel: ["conda-forge"]
include:
- python-version: "3.8"
default-channel: "defaults"
- python-version: "3.11"
default-channel: "conda-forge"

env:
OS: "macos"
Expand Down Expand Up @@ -200,7 +202,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10"]
python-version: ["3.8", "3.11"]
default-channel: [conda-forge]
include:
- python-version: "3.9"
Expand Down

0 comments on commit c9b2a10

Please sign in to comment.