Skip to content

Commit

Permalink
can we make this default?
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 4, 2024
1 parent d2d3408 commit bd305aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
defaults:
run:
shell: bash -l {0}
shell: micromamba-shell {0}

steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
init-shell: bash
init-shell: micromamba-shell {0}
create-args: >-
python=${{ matrix.python-version }} pip
--file requirements.txt
Expand Down

0 comments on commit bd305aa

Please sign in to comment.