Skip to content

Commit 152f681

Browse files
committed
Add no build isolation flag
1 parent 9eb54db commit 152f681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_treon_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
126126
pip freeze | grep torch
127127
python -c 'import torch'
128-
pip install "git+https://github.com/facebookresearch/detectron2.git" -v
128+
pip install "git+https://github.com/facebookresearch/detectron2.git" -v --no-build-isolation
129129
pip freeze | grep detectron2
130130
pip install -q "openvino>=2023.1.0"
131131

0 commit comments

Comments
 (0)