Skip to content

Commit ca6b7e1

Browse files
committed
Have just use correct justfile in testkomodo
1 parent c2e95cb commit ca6b7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/testkomodo.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ copy_test_files() {
1313
}
1414

1515
install_test_dependencies() {
16-
pip install ".[dev]"
16+
pip install ".[dev, types]"
1717
}
1818

1919
run_ert_with_opm() {
@@ -115,7 +115,7 @@ start_tests() {
115115
export ERT_PYTEST_ARGS=--eclipse-simulator
116116

117117
# Run all ert tests except tests evaluating memory consumption and tests requiring windows manager (GUI tests)
118-
just check-all
118+
just -f "${CI_SOURCE_ROOT}"/justfile check-all
119119
return_code_ert_main_tests=$?
120120

121121
# Restricting the number of threads utilized by numpy to control memory consumption, as some tests evaluate memory usage and additional threads increase it.

0 commit comments

Comments
 (0)