Unverified Commit 2c947d29 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Ping `detectron2` for CircleCI tests (#18680)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent a541d974
......@@ -1003,7 +1003,10 @@ jobs:
- run: pip install --upgrade pip
- run: pip install .[torch,testing,vision]
- run: pip install torchvision
- run: python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
# The commit `36a65a0907d90ed591479b2ebaa8b61cfa0b4ef0` in `detectron2` break things.
# See https://github.com/facebookresearch/detectron2/commit/36a65a0907d90ed591479b2ebaa8b61cfa0b4ef0#comments.
# TODO: Revert this change back once the above issue is fixed.
- run: python -m pip install 'git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13'
- run: sudo apt install tesseract-ocr
- run: pip install pytesseract
- save_cache:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment