Skip to content

Commit 6325cd8

Browse files
committed
use no build isolation for detectron/maptext models
1 parent f458ec2 commit 6325cd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/mr_ci_text_spotting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
python -m pip install numpy==1.26.4 torch==2.2.2 torchvision==0.17.2 -f https://download.pytorch.org/whl/torch_stable.html
5151
python -m pip install ".[dev]"
5252
python -m pip install pytest-cov
53-
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
54-
python -m pip install 'git+https://github.com/maps-as-data/DeepSolo.git'
55-
python -m pip install 'git+https://github.com/maps-as-data/DPText-DETR.git'
56-
python -m pip install 'git+https://github.com/maps-as-data/MapTextPipeline.git'
53+
python -m pip install --no-build-isolation 'git+https://github.com/facebookresearch/detectron2.git'
54+
python -m pip install --no-build-isolation 'git+https://github.com/maps-as-data/DeepSolo.git'
55+
python -m pip install --no-build-isolation 'git+https://github.com/maps-as-data/DPText-DETR.git'
56+
python -m pip install --no-build-isolation 'git+https://github.com/maps-as-data/MapTextPipeline.git'
5757
5858
- name: Clone DPText-DETR
5959
run: |

0 commit comments

Comments
 (0)