Skip to content

Commit e3292c5

Browse files
sbryngelsonmax-Hawkins
authored andcommitted
bump python v (MFlowCode#695)
1 parent df131fb commit e3292c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/bootstrap/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if ! cmp "$(pwd)/toolchain/pyproject.toml" "$(pwd)/build/pyproject.toml" > /dev/
129129
fi
130130
done
131131

132-
if ! PIP_DISABLE_PIP_VERSION_CHECK=1 MAKEFLAGS=$nthreads pip3 install -e "$(pwd)/toolchain"; then
132+
if ! PIP_DISABLE_PIP_VERSION_CHECK=1 MAKEFLAGS=$nthreads pip3 install "$(pwd)/toolchain"; then
133133
error "(venv) Installation failed."
134134

135135
log "(venv) Exiting the$MAGENTA Python$COLOR_RESET virtual environment."

0 commit comments

Comments
 (0)