Skip to content

Commit

Permalink
Debug micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Sep 29, 2023
1 parent 683b759 commit 605c2f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
WORKSPACE: "${{ github.workspace }}"
defaults:
run:
shell: bash -l {0}
shell: ${{ contains(matrix.os, 'windows') && 'pwsh' || 'bash -l {0}' }}
steps:
- uses: mamba-org/setup-micromamba@v1
with:
init-shell: bash powershell
if: ${{ matrix.packaging == 'conda' }}

- name: micromamba info
run: micromamba info

- name: Checkout latest revision
# Only the latest revision is required, as later steps do not depend on
# tags.
Expand Down

0 comments on commit 605c2f6

Please sign in to comment.