Skip to content

Commit

Permalink
Fix apt dependency for ERT
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Mar 3, 2025
1 parent ec09241 commit f45a054
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
PYTHON: '3.8'

steps:

- name: Install Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install libegl1
- uses: actions/checkout@v4

- name: Setup Python
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/subscript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:

- name: Install Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install libegl1
- name: Checkout commit locally
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f45a054

Please sign in to comment.