Skip to content

Commit

Permalink
Clean file ran. Now add it back step by step.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 15, 2024
1 parent efd6ce8 commit 465bf4f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.2-2' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: environment.yml
init-shell: >-
bash
cache-environment: true
post-cleanup: 'all'

0 comments on commit 465bf4f

Please sign in to comment.