Skip to content

Commit

Permalink
using mamba install for openmc
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jun 22, 2022
1 parent b3311a3 commit c5293d7
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 @@ -28,7 +28,8 @@ jobs:

- name: install dependancies
run: |
conda install -c conda-forge openmc
conda install -c conda-forge mamba
mamba install -c conda-forge openmc
- name: install package
run: |
Expand Down

0 comments on commit c5293d7

Please sign in to comment.