Setuptools outside of venv
This commit is contained in:
parent
cbf45af5f5
commit
5fca4dc52a
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -19,6 +19,7 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
sh 'pipenv install'
|
sh 'pipenv install'
|
||||||
sh 'pipenv install --dev'
|
sh 'pipenv install --dev'
|
||||||
|
sh 'pip install setuptools'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1
Pipfile
1
Pipfile
@ -12,7 +12,6 @@ wheel = "*"
|
|||||||
twine = "*"
|
twine = "*"
|
||||||
pandoc = "*"
|
pandoc = "*"
|
||||||
pylint-django = "*"
|
pylint-django = "*"
|
||||||
setuptools = "*"
|
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
django = "*"
|
django = "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user