Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Dec 16, 2024
1 parent abf4a5f commit 6b1db7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_ert_with_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ jobs:

- name: Install flow
run: |
set -e
sudo apt install software-properties-common
sudo apt-add-repository ppa:opm/ppa
sudo apt update
sudo apt install mpi-default-bin
sudo apt install libopm-simulators-bin python3-opm-common
which flow
flow --version
- name: Run integration tests towards OPM flow without flowrun
run: |
set -e
Expand Down

0 comments on commit 6b1db7e

Please sign in to comment.