ci: fix path test
This commit is contained in:
parent
7020ac587b
commit
597a7afa67
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user