mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
ci(win32): install the setuptools package to build in appveyor
Present so far, it wasn't installed in the first image containing Python 3.12.
This commit is contained in:
parent
ad5bee7054
commit
e73d2fa9f0
|
@ -71,17 +71,14 @@ def step_install():
|
|||
python_info()
|
||||
configure_sdk()
|
||||
configure_postgres()
|
||||
|
||||
if opt.is_wheel:
|
||||
install_wheel_support()
|
||||
install_python_build_tools()
|
||||
|
||||
|
||||
def install_wheel_support():
|
||||
def install_python_build_tools():
|
||||
"""
|
||||
Install an up-to-date pip wheel package to build wheels.
|
||||
Install or upgrade pip and build tools.
|
||||
"""
|
||||
run_python("-m pip install --upgrade pip".split())
|
||||
run_python("-m pip install wheel".split())
|
||||
run_python("-m pip install --upgrade pip setuptools wheel".split())
|
||||
|
||||
|
||||
def configure_sdk():
|
||||
|
|
Loading…
Reference in New Issue
Block a user