From bd305aa6149ed9090af14a748b02f0766b270b43 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 4 Oct 2024 14:40:27 +0200 Subject: [PATCH] can we make this default? --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f070cc0..8204795 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false defaults: run: - shell: bash -l {0} + shell: micromamba-shell {0} steps: - uses: actions/checkout@v4 @@ -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