Setuptools outside of venv

This commit is contained in:
reverend 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'
}
}
}

View File

@ -12,7 +12,6 @@ wheel = "*"
twine = "*"
pandoc = "*"
pylint-django = "*"
setuptools = "*"
[packages]
django = "*"