Skip to content

Commit

Permalink
Merge pull request #146 from pnuu/update-ci-python
Browse files Browse the repository at this point in the history
Update CI to use Python 3.10 - 3.12 and plain Miniforge
  • Loading branch information
adybbroe authored Nov 20, 2024
2 parents 8e7de83 + eb37c5a commit 19f444b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
python-version: ["3.9", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
experimental: [false]
include:
- python-version: "3.12"
Expand All @@ -33,11 +33,12 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
activate-environment: test-environment
channels: conda-forge
conda-remove-defaults: true
channel-priority: strict

- name: Set cache environment variables
shell: bash -l {0}
Expand Down

0 comments on commit 19f444b

Please sign in to comment.