From e62f203749363cd412630321cd32a0406f0be28f Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Fri, 11 Oct 2024 16:43:30 +1100 Subject: [PATCH] Use conda-compatible shell --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 93585357..7ca7daaa 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -91,6 +91,7 @@ jobs: - run: | mkdir output/ conda-build build core --output-folder output + shell: bash -leo pipefail {0} name: Build conda package - uses: actions/upload-artifact@v4 with: