Skip to content

Commit e32253b

Browse files
committed
Adding instructions to CI to install OpenMC's Python API.
1 parent ebc912c commit e32253b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ 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]
3339
-
3440
name: Install
3541
shell: bash

0 commit comments

Comments
 (0)