Setuptools outside of venv

This commit is contained in:
2021-07-16 13:24:01 +02:00
parent cbf45af5f5
commit 5fca4dc52a
2 changed files with 1 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -19,6 +19,7 @@ pipeline {
script {
sh 'pipenv install'
sh 'pipenv install --dev'
sh 'pip install setuptools'
}
}
}