Skip to content

Commit d63f0c3

Browse files
committed
Install cython in create_virtualenv function
Signed-off-by: Jono Yang <[email protected]>
1 parent 80847f1 commit d63f0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ create_virtualenv() {
242242
--no-vcs-ignore \
243243
$CFG_QUIET \
244244
"$CFG_ROOT_DIR/$VENV_DIR"
245+
"$CFG_BIN_DIR/pip" install cython
245246
fi
246247
}
247248

@@ -253,7 +254,6 @@ install_packages() {
253254
# be reinstalled a second time and reused from the virtualenv and this
254255
# speeds up the installation.
255256
# We always have the PEP517 build dependencies installed already.
256-
"$CFG_BIN_DIR/pip" install cython
257257
"$CFG_BIN_DIR/pip" install \
258258
--upgrade \
259259
--no-build-isolation \

0 commit comments

Comments
 (0)