File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments