ci: fix path test

This commit is contained in:
Alexander Engelsberger 2021-11-05 12:12:07 +01:00
parent 7020ac587b
commit 597a7afa67
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
}
steps {
sh 'export PATH=/.local/bin:$PATH'
sh 'export PATH=~/.local/bin:$PATH'
sh 'pip install pip --upgrade --progress-bar off'
sh 'pip install .[all] --progress-bar off'
sh 'pytest -v --junitxml=reports/result.xml'