Skip to content

Commit 5b8f7ac

Browse files
committed
Add wheel installation for detectron
1 parent 69177df commit 5b8f7ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_treon_reusable.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,13 @@ jobs:
122122
- name: Debug install detectron
123123
shell: bash
124124
run: |
125-
pip uninstall -y detectron2
126-
pip install ninja
127-
pip install torch torchvision -v
125+
pip install wheel
126+
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
128127
pip freeze | grep torch
129128
python -c 'import torch'
130129
pip install "git+https://github.com/facebookresearch/detectron2.git" -v
131130
pip freeze | grep detectron2
132-
pip install -q "openvino>=2023.1.0"
131+
# pip install -q "openvino>=2023.1.0"
133132
134133
# - name: Cache Pip Packages
135134
# id: cachepip

0 commit comments

Comments
 (0)