You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ci/testkomodo.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ copy_test_files() {
13
13
}
14
14
15
15
install_test_dependencies() {
16
-
pip install ".[dev]"
16
+
pip install ".[dev, types]"
17
17
}
18
18
19
19
run_ert_with_opm() {
@@ -115,7 +115,7 @@ start_tests() {
115
115
export ERT_PYTEST_ARGS=--eclipse-simulator
116
116
117
117
# 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
119
119
return_code_ert_main_tests=$?
120
120
121
121
# 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