Skip to content

Commit

Permalink
Merge pull request #70 from paulromano/no-install-openmc-pyapi
Browse files Browse the repository at this point in the history
Remove superfluous install of OpenMC Python API during CI
  • Loading branch information
pshriwise authored Mar 2, 2022
2 parents c62c1d8 + 2f9ac59 commit e9fda60
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 @@ -30,12 +30,6 @@ jobs:
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1
-
uses: actions/checkout@v2
-
name: Install OpenMC Python API
shell: bash
run: |
cd /root/OpenMC/openmc
pip install .[test]
-
name: Install
shell: bash
Expand Down

0 comments on commit e9fda60

Please sign in to comment.