Skip to content

Commit

Permalink
Add requirements-remove-default.txt .
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussam-Suleiman committed Jul 21, 2023
1 parent daa546c commit 0c2df1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ fi
# pip 20.3 has a neat depenency resolver
# https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020
. .venv/bin/activate && \
pip install "setuptools<58" && \
pip install "pip>=20.3" && \
pip install --quiet "setuptools<58" && \
pip install --quiet "pip>=20.3" && \
(pip uninstall --yes -r "${ODOO_WORK_DIR}/requirements-remove-default.txt" 2>/dev/null || /bin/true) && \
pip install --exists-action w -r "${ODOO_WORK_DIR}/requirements-default.txt" && \
pip install --exists-action w -r "${ODOO_WORK_DIR}/requirements.txt" && \
pip install --quiet --exists-action w -r "${ODOO_WORK_DIR}/requirements-default.txt" && \
pip install --quiet --exists-action w -r "${ODOO_WORK_DIR}/requirements.txt" && \
"${ODOO_WORK_DIR}/common/build" && \
python "${ODOO_WORK_DIR}/common/entrypoint"

0 comments on commit 0c2df1d

Please sign in to comment.