diff --git a/.github/workflows/fbf-test.yaml b/.github/workflows/fbf-test.yaml index c59b87fc..72cb4084 100644 --- a/.github/workflows/fbf-test.yaml +++ b/.github/workflows/fbf-test.yaml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-22.04 container: image: condaforge/mambaforge:23.1.0-1 + defaults: + shell: bash -leo pipefail {0} steps: - uses: actions/checkout@v3