lolfreebsd
This commit is contained in:
parent
d18550e247
commit
9577907ec9
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
stage('Python') {
|
stage('Python') {
|
||||||
steps {
|
steps {
|
||||||
sh '/usr/local/bin/python3.7 -m venv env'
|
sh '/usr/local/bin/python3.7 -m venv env'
|
||||||
sh 'source env/bin/activate'
|
sh '. env/bin/activate'
|
||||||
sh 'pip install -r requirements.txt'
|
sh 'pip install -r requirements.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue