Skip to content

Commit

Permalink
TST: Enable OPM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Nov 17, 2023
1 parent 3655b7f commit 3613ee9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,22 @@ jobs:
uses: codecov/codecov-action@v2
with:
files: xtgeocoverage.xml

opm-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "./.github/actions/setup_xtgeo"
with:
python-version: 3.9

- name: Setup testdata
uses: "./.github/actions/setup_testdata"

- name: Set up OPM
run: |
sudo apt install software-properties-common &&
sudo apt-add-repository ppa:opm/ppa &&
sudo apt install mpi-default-bin libopm-simulators-bin
- name: Integration test
run: HAS_OPM=1 python -m pytest -m requires_opm --disable-warnings

0 comments on commit 3613ee9

Please sign in to comment.