Skip to content

Commit

Permalink
Remove superfluous install of OpenMC Python API during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Mar 2, 2022
1 parent c62c1d8 commit 2f9ac59
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 2f9ac59

Please sign in to comment.