Skip to content

Commit

Permalink
FIX: Attempted fix for ci failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 7, 2024
1 parent 9e3091f commit 83f53e8
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 @@ -32,19 +32,22 @@ 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:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: mamba-org/provision-with-micromamba@main
- uses: mamba-org/setup-micromamba@v2
with:
environment-name: act-test-data-dev
environment-file: ci/environment.yml
extra-specs: |
python=${{ matrix.python-version }}
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 83f53e8

Please sign in to comment.