From c9aa60124156084c71d251f9af6a2281dbdedf64 Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Fri, 2 Feb 2024 16:30:49 +0000 Subject: [PATCH] use bash -el for all conda commands --- .github/workflows/ingestion-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ingestion-ci.yml b/.github/workflows/ingestion-ci.yml index bc74adea..ba2bb073 100644 --- a/.github/workflows/ingestion-ci.yml +++ b/.github/workflows/ingestion-ci.yml @@ -45,5 +45,6 @@ jobs: run: conda list - name: Run tests + shell: bash -el {0} run: | python -m pytest tests/