Skip to content

Commit

Permalink
Add install of opm from github
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Nov 1, 2023
1 parent a9e0eca commit 00770f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: >
python -m pip install --upgrade pip &&
python -m pip install git+https://github.com/equinor/fmu-sumo-uploader.git@main &&
python -m pip install git+https://github.com/OPM/opm-common.git@main &&
python -m pip install pytest &&
python -m pip install pytest-timeout &&
python -m pip install .
Expand Down

0 comments on commit 00770f7

Please sign in to comment.