From ee4254d7c8ee7f92c42715e9bc851934ee53f2d1 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 18 Aug 2022 12:22:46 +0200 Subject: [PATCH 1/2] ping --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 666505ab3b43..daf4eafc841e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1003,7 +1003,7 @@ 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' + - 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: From 263d3876168b34ab5edd84f938e0c6040ffbb8f2 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 18 Aug 2022 12:31:53 +0200 Subject: [PATCH 2/2] Add comments --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index daf4eafc841e..3e5c6aaa8858 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1003,6 +1003,9 @@ jobs: - run: pip install --upgrade pip - run: pip install .[torch,testing,vision] - run: pip install torchvision + # 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