Skip to content

Commit

Permalink
fo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschwanden committed Nov 15, 2024
1 parent eb80e9e commit 2d78bc9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: mamba-org/setup-micromamba@v2
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up micromamba
uses: mamba-org/setup-micromamba@v2
with:
generate-run-shell: true
micromamba-version: "latest"
activate-environment: "pism-ragis"
environment-file: environment.yml
environment-name: pism-ragis
env:
ACTIONS_STEP_DEBUG: true

0 comments on commit 2d78bc9

Please sign in to comment.