bump python to 3.8
This commit is contained in:
Vendored
+3
-3
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user