Skip to content

Commit e9fda60

Browse files
authored
Merge pull request #70 from paulromano/no-install-openmc-pyapi
Remove superfluous install of OpenMC Python API during CI
2 parents c62c1d8 + 2f9ac59 commit e9fda60

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1
3131
-
3232
uses: actions/checkout@v2
33-
-
34-
name: Install OpenMC Python API
35-
shell: bash
36-
run: |
37-
cd /root/OpenMC/openmc
38-
pip install .[test]
3933
-
4034
name: Install
4135
shell: bash

0 commit comments

Comments
 (0)