Skip to content

Commit

Permalink
Merge pull request #64 from zssherman/mamba_2
Browse files Browse the repository at this point in the history
CI: Update to use mamba 2.
  • Loading branch information
mgrover1 authored Oct 7, 2024
2 parents 552245c + eed0a41 commit 24b17dc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
env:
micromamba_version: 1.3
micromamba_version: 2.0.0

on:
push:
Expand Down Expand Up @@ -36,16 +36,19 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-name: open-radar-data-dev
environment-file: ci/environment.yml
create-args: >-
python=${{matrix.python-version}}
conda
init-shell: >-
bash
post-cleanup: 'all'
- name: Fetch all history for all tags and branches
run: |
git fetch --prune --unshallow
Expand Down

0 comments on commit 24b17dc

Please sign in to comment.