fix build bc freebsd annoying
This commit is contained in:
parent
57f522a1b7
commit
fb31848a4c
2 changed files with 6 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 'env/bin/pip install -r requirements.txt'
|
sh 'env/bin/pip install -r requirements.ci.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
5
requirements.ci.txt
Normal file
5
requirements.ci.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
mypy==0.770
|
||||||
|
mypy-extensions==0.4.3
|
||||||
|
typed-ast==1.4.1
|
||||||
|
typing-extensions==3.7.4.2
|
||||||
|
websockets==8.1
|
Loading…
Reference in a new issue