Skip to content

Commit c2899db

Browse files
petals compatibility test fix pythonpath
1 parent da8d861 commit c2899db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/jenkins/petals_regression_test/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
cp ~/jobs/petals_install_env/workspace/climada.conf climada.conf
1515
python script/jenkins/set_config.py test_directory ~/jobs/petals_install_env/workspace/climada_petals
1616
17-
pytest --junitxml=tests_xml/tests.xml ~/jobs/petals_install_env/workspace/climada_petals
17+
PYTHONPATH=.:$PYTHONPATH pytest --junitxml=tests_xml/tests.xml ~/jobs/petals_install_env/workspace/climada_petals
1818
1919
git checkout climada.conf
2020
'''

0 commit comments

Comments
 (0)