File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ jobs:
115
115
uses : actions/setup-python@v5
116
116
with :
117
117
python-version : ' ${{ inputs.python }}'
118
- env :
119
- AGENT_TOOLSDIRECTORY : ${{ inputs.container && '/opt/hostedtoolcache' || '' }}
118
+ # env:
119
+ # AGENT_TOOLSDIRECTORY: ${{ inputs.container && '/opt/hostedtoolcache' || '' }}
120
120
121
121
# TODO Remove after testing
122
122
- name : Debug install detectron
@@ -126,7 +126,7 @@ jobs:
126
126
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
127
127
pip freeze | grep torch
128
128
python -c 'import torch'
129
- pip install "git+https://github.com/facebookresearch/detectron2.git" -v --no-build-isolation
129
+ pip install "git+https://github.com/facebookresearch/detectron2.git" -v
130
130
pip freeze | grep detectron2
131
131
pip install -q "openvino>=2023.1.0"
132
132
You can’t perform that action at this time.
0 commit comments