Skip to content

Commit

Permalink
Install fmu-dataio from github
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Nov 2, 2023
1 parent d5679c4 commit a1fd157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:

- name: Install fmu-sumo-sim2sumo
run: |
python -m pip install opm
python -m pip install --upgrade pip
python -m pip install opm
python -m pip install git+https://github.com/equinor/fmu-sumo-uploader.git@main
python -m pip install git+https://github.com/equinor/fmu-dataio.git@main
python -m pip install pytest
python -m pip install pytest-timeout
python -m pip install .
Expand Down

0 comments on commit a1fd157

Please sign in to comment.