Skip to content

Commit

Permalink
Explicitly activate test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Aug 15, 2024
1 parent 5b85826 commit 8641ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install OpenMC
shell: bash
run: |
micromamba activate test-env
micromamba install -c conda_forge openmc==0.15.0
- name: Clone OpenMC
Expand All @@ -35,7 +36,9 @@ jobs:
- name: Test examples
shell: bash
run: |
micromamba activate test-env
OPENMC_EXAMPLES_DIR=$HOME/openmc/examples pytest -v ./test/test_examples.py
- name: Setup tmate session
Expand Down

0 comments on commit 8641ba6

Please sign in to comment.