Skip to content

Commit

Permalink
Stop installing editable in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 29, 2023
1 parent b6150b8 commit 1475971
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ci-support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ pip_install_project()
with_echo source .ci-build-configure.sh
fi
# Append --editable to PROJECT_INSTALL_FLAGS, if not there already.
# See: https://gitlab.tiker.net/inducer/ci-support/-/issues/3
# 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
with_echo "$PY_EXE" -m pip install $PROJECT_INSTALL_FLAGS .
}
Expand Down

0 comments on commit 1475971

Please sign in to comment.