From d390362799f241e2d46264fa337b4b6219a9250b Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 15 Aug 2024 16:46:02 -0500 Subject: [PATCH] Add extra flags for sourcing profiles by default --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 679bed9..612050f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,14 @@ on: workflow_dispatch: jobs: + +jobs: + main: runs-on: ubuntu-latest + defaults: + run: + shell: bash -leo pipefail {0} steps: - name: Checkout @@ -21,7 +27,6 @@ jobs: init-shell: bash - name: Install OpenMC - shell: bash run: | micromamba activate test-env micromamba install -c conda_forge openmc==0.15.0 @@ -32,7 +37,6 @@ jobs: - name: Test examples - shell: bash run: | micromamba activate test-env OPENMC_EXAMPLES_DIR=$HOME/openmc/examples pytest -v ./test/test_examples.py