Skip to content

Commit

Permalink
try extending max path length with DCMAKE_OBJECT_PATH_MAX=1024
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Oct 24, 2024
1 parent 8e5903c commit c72766f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mr_ci_text_spotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python -m pip install wheel ninja
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
python -m pip install ".[dev, text]" # all dependencies
DCMAKE_OBJECT_PATH_MAX=1024 python -m pip install ".[dev, text]" # all dependencies
python -m pip install pytest-cov
- name: Clone DPText-DETR
Expand Down

0 comments on commit c72766f

Please sign in to comment.