Skip to content

Commit

Permalink
Removing OpenMC install
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Aug 15, 2024
1 parent f2f64d8 commit ce54791
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,10 @@ jobs:
environment-file: .github/environment.yml
init-shell: bash

- name: Install OpenMC
run: |
micromamba activate test-env
micromamba install -c conda_forge openmc==0.15.0
- name: Clone OpenMC
run: |
git clone https://github.com/openmc-dev/openmc --branch v0.15.0 $HOME
- name: Test examples
run: |
micromamba activate test-env
Expand Down

0 comments on commit ce54791

Please sign in to comment.