Skip to content

Commit

Permalink
Add install test dependencies section to testkomodo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed Nov 16, 2023
1 parent 10ac274 commit 246ac4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ copy_test_files () {
cp $CI_SOURCE_ROOT/pyproject.toml $CI_TEST_ROOT
}

install_test_dependencies () {
pip install "semeio[test]"
}

start_tests () {
pytest --ert-integration
}

0 comments on commit 246ac4f

Please sign in to comment.