Skip to content

Commit

Permalink
Add extra flags for sourcing profiles by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Aug 15, 2024
1 parent e7e0673 commit d390362
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ on:
workflow_dispatch:

jobs:

jobs:

main:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -leo pipefail {0}

steps:
- name: Checkout
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d390362

Please sign in to comment.