mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 01:48:24 +00:00
fix(build): specify setuptools version for dev install (#3211)
This commit is contained in:
parent
cbc449eba1
commit
958b61a32a
@ -12,7 +12,7 @@ task checkPythonVersion(type: Exec) {
|
||||
}
|
||||
|
||||
task environmentSetup(type: Exec, dependsOn: checkPythonVersion) {
|
||||
commandLine 'bash', '-c', "${python_executable} -m venv ${venv_name} && ${venv_name}/bin/python -m pip install --upgrade pip wheel setuptools"
|
||||
commandLine 'bash', '-c', "${python_executable} -m venv ${venv_name} && ${venv_name}/bin/python -m pip install --upgrade pip wheel setuptools==57.5.0"
|
||||
}
|
||||
|
||||
task installPackage(type: Exec, dependsOn: environmentSetup) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user