From 137009e11c8d637cc82afd1d16f989ec4fcf15f3 Mon Sep 17 00:00:00 2001 From: larsevj Date: Wed, 2 Oct 2024 10:26:01 +0200 Subject: [PATCH] Test workflow --- ci/testkomodo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testkomodo.sh b/ci/testkomodo.sh index a7192570ad9..b7ef3ea0cd9 100755 --- a/ci/testkomodo.sh +++ b/ci/testkomodo.sh @@ -47,7 +47,7 @@ start_tests () { return_code_0=$? pytest --eclipse-simulator -v --mpl \ -m "not limit_memory and requires_window_manager" --benchmark-disable - return_code_1=$? + retun_code_1=$? # Restricting the number of threads utilized by numpy to control memory consumption, as some tests evaluate memory usage and additional threads increase it. export OMP_NUM_THREADS=1