We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80847f1 commit d63f0c3Copy full SHA for d63f0c3
configure
@@ -242,6 +242,7 @@ create_virtualenv() {
242
--no-vcs-ignore \
243
$CFG_QUIET \
244
"$CFG_ROOT_DIR/$VENV_DIR"
245
+ "$CFG_BIN_DIR/pip" install cython
246
fi
247
}
248
@@ -253,7 +254,6 @@ install_packages() {
253
254
# be reinstalled a second time and reused from the virtualenv and this
255
# speeds up the installation.
256
# We always have the PEP517 build dependencies installed already.
- "$CFG_BIN_DIR/pip" install cython
257
"$CFG_BIN_DIR/pip" install \
258
--upgrade \
259
--no-build-isolation \
0 commit comments