Skip to content

Commit

Permalink
CICD: Add defaults to packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Jul 25, 2024
1 parent 8d052f8 commit b74ae55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
branches: [ main ]

defaults:
run:
# See https://github.com/mamba-org/provision-with-micromamba#important
shell: bash -l {0}

jobs:
conda:
name: "Install from conda-forge"
Expand Down

0 comments on commit b74ae55

Please sign in to comment.