Skip to content

Commit

Permalink
try with no build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Oct 23, 2024
1 parent 8f04524 commit fc03781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mr_ci_text_spotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
python -m pip install wheel ninja opencv-python-headless onnx pytest-xdist
python -m pip install numpy==1.26.4
python -m pip install torch==2.2.2 torchvision==0.17.2
python -m pip install torch==2.2.2 torchvision==0.17.2 -f https://download.pytorch.org/whl/torch_stable.html
# install from github to get latest; install iopath first since fvcore depends on it
python -m pip install -U 'git+https://github.com/facebookresearch/iopath'
python -m pip install -U 'git+https://github.com/facebookresearch/fvcore'
Expand All @@ -115,7 +115,7 @@ jobs:
- name: Build and install
run: |
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
python -m pip install --no-build-isolation 'git+https://github.com/facebookresearch/detectron2.git'
python -m detectron2.utils.collect_env
python -m pip install ".[dev]"
Expand Down

0 comments on commit fc03781

Please sign in to comment.