Skip to content

Commit 49e970a

Browse files
committed
Additional ert dependency
1 parent dd26542 commit 49e970a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_pycopm_ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install mpi-default-bin
3737
sudo apt-get install libopm-simulators-bin
38+
39+
- name: Install ert dependency
40+
run: |
41+
sudo apt-get install freeglut3-dev
3842
3943
- name: Install dependecies
4044
run: |

0 commit comments

Comments
 (0)