bump python to 3.8
This commit is contained in:
parent
9e7328669b
commit
0067ccf297
|
@ -4,9 +4,9 @@ pipeline {
|
||||||
stage("Setup") {
|
stage("Setup") {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh 'pip install sphinx'
|
sh 'pip3.8 install sphinx'
|
||||||
sh 'pip install pydata-sphinx-theme'
|
sh 'pip3.8 install pydata-sphinx-theme'
|
||||||
sh 'pip install -e .'
|
sh 'pip3.8 install -e .'
|
||||||
sh 'mkdir -p docs/_build'
|
sh 'mkdir -p docs/_build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue