From 9e94236540f752416ce2f2f5b2e7ea39052a76d4 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 8 Aug 2023 23:43:28 -0700 Subject: [PATCH] hmm --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 42a7421567..1059b1d626 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -149,7 +149,7 @@ pipeline { sh "git config --global --add safe.directory '*'" sh "git submodule update --init --depth=1 --recursive" sh "scons -j42" - sh "cd selfdrive/car/tests && INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py" + sh "cd selfdrive/car/tests && PYTHONPATH='${WORKSPACE}' INTERNAL_SEG_LIST='selfdrive/car/tests/test_models_segs.txt' ./test_models.py" } }