Commit 7f039c00 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'update-pip-comment' into 'master'

Update comment concerning pip in-place build issue

See merge request !25
parents a531734d ec7b2403
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ echo "-----------------------------------------------"

# Append --editable to PROJECT_INSTALL_FLAGS, if not there already.
# See: https://gitlab.tiker.net/inducer/ci-support/-/issues/3
# Can be removed after pip 20.1 is released.
# Can be removed after https://github.com/pypa/pip/issues/2195 is resolved.
if [[ ! $PROJECT_INSTALL_FLAGS =~ (^|[[:space:]]*)(--editable|-e)[[:space:]]*$ ]]; then
    PROJECT_INSTALL_FLAGS="$PROJECT_INSTALL_FLAGS --editable"
fi
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ echo "-----------------------------------------------"

# Append --editable to PROJECT_INSTALL_FLAGS, if not there already.
# See: https://gitlab.tiker.net/inducer/ci-support/-/issues/3
# Can be removed after pip 20.1 is released.
# Can be removed after https://github.com/pypa/pip/issues/2195 is resolved.
if [[ ! $PROJECT_INSTALL_FLAGS =~ (^|[[:space:]]*)(--editable|-e)[[:space:]]*$ ]]; then
    PROJECT_INSTALL_FLAGS="$PROJECT_INSTALL_FLAGS --editable"
fi