Skip to content

Commit

Permalink
Add install step
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Aug 15, 2024
1 parent 2b9e964 commit e46c687
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: |
git clone https://github.com/openmc-dev/openmc --branch v0.15.0 $HOME/openmc
- name: Install
run: |
python -m pip install .
- name: Test examples
run: |
micromamba activate test-env
Expand Down

0 comments on commit e46c687

Please sign in to comment.