From 222df11cdac30429dd960d74f4163264ad669a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 30 Sep 2024 13:24:20 +0200 Subject: [PATCH] Make conda publish step use bash -el {0} --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b726706593..09b47c4e93 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,6 +61,9 @@ jobs: runs-on: ubuntu-latest needs: [conda_build, waiting_room] if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') + defaults: + run: + shell: bash -el {0} steps: - uses: actions/download-artifact@v4 with: