Skip to content

Commit

Permalink
added openmc to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jun 28, 2022
1 parent dd61a13 commit eef3145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_with_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- name: install package
run: |
conda install -c conda-forge moab
conda install -c conda-forge -y mamba
mamba install -c conda-forge -y "openmc=0.13.0=dagmc*nompi*"
pip install .
python -c "import vertices_to_h5m"
Expand Down

0 comments on commit eef3145

Please sign in to comment.