Skip to content

Commit 16c13d6

Browse files
committed
Skip AGENT_TOOLSDIRECTORY
1 parent bdc5cc0 commit 16c13d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_treon_reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ jobs:
115115
uses: actions/setup-python@v5
116116
with:
117117
python-version: '${{ inputs.python }}'
118-
env:
119-
AGENT_TOOLSDIRECTORY: ${{ inputs.container && '/opt/hostedtoolcache' || '' }}
118+
# env:
119+
# AGENT_TOOLSDIRECTORY: ${{ inputs.container && '/opt/hostedtoolcache' || '' }}
120120

121121
# TODO Remove after testing
122122
- name: Debug install detectron
@@ -126,7 +126,7 @@ jobs:
126126
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
127127
pip freeze | grep torch
128128
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
130130
pip freeze | grep detectron2
131131
pip install -q "openvino>=2023.1.0"
132132

0 commit comments

Comments
 (0)