Skip to content

Commit 740ef8d

Browse files
authored
chore: Remove duplicate pip installation instruction (#130)
I didn't notice this on #127, but pre-commit and tox are installed by the `dev` extra. Because of that, it is redundant for us to install them before running our local flavor of `pip install firewheel[dev]` in the install script.
1 parent 39c42bf commit 740ef8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ function install_firewheel_development() {
260260
# In this case, we do not use the "mcs" optional dependencies as
261261
# the user is using the source code version of these model components, rather
262262
# than the Python package installed repositories.
263-
${PYTHON_BIN} -m pip install ${PIP_ARGS} pre-commit tox
264263
${PYTHON_BIN} -m pip install ${PIP_ARGS} -e ${FIREWHEEL_ROOT_DIR}/[dev]
265264
${PYTHON_BIN} -m pip install ${PIP_ARGS} -e ${MC_DIR}/firewheel_repo_base
266265
${PYTHON_BIN} -m pip install ${PIP_ARGS} -e ${MC_DIR}/firewheel_repo_linux

0 commit comments

Comments
 (0)