Skip to content

Commit bdc5cc0

Browse files
committed
Add ninja installation
1 parent 152f681 commit bdc5cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_treon_reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
- name: Debug install detectron
123123
shell: bash
124124
run: |
125+
pip install ninja
125126
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
126127
pip freeze | grep torch
127128
python -c 'import torch'

0 commit comments

Comments
 (0)