Skip to content

Commit

Permalink
CI: Add new Ert Ubuntu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Mar 6, 2025
1 parent 289a3a3 commit 15d3d49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-fmudataio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Ert Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install libegl1
- name: Install fmu-dataio
run: |
pip install pip -U
Expand Down

0 comments on commit 15d3d49

Please sign in to comment.