Skip to content

Commit

Permalink
--force-reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Jan 29, 2025
1 parent f6012c2 commit 0d34f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/job_python_api_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if: ${{ runner.os != 'macOS' && fromJSON(inputs.affected-components).docs_snippets.test }}
run: |
# torch, onnx
python3 -m pip install --upgrade --upgrade-strategy only-if-needed -r ${INSTALL_TEST_DIR}/tests/python/preprocess/torchvision/requirements.txt -r ${INSTALL_TEST_DIR}/tests/requirements_onnx
python3 -m pip install --force-reinstall -r ${INSTALL_TEST_DIR}/tests/python/preprocess/torchvision/requirements.txt -r ${INSTALL_TEST_DIR}/tests/requirements_onnx
# to find 'snippets' module in docs
export PYTHONPATH=${OPENVINO_REPO}/docs/articles_en/assets
# for 'template' extension
Expand Down

0 comments on commit 0d34f18

Please sign in to comment.