Skip to content

Commit effde5a

Browse files
committed
Remove debug step
1 parent 5b8f7ac commit effde5a

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

.github/workflows/build_treon_reusable.yml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -118,25 +118,13 @@ jobs:
118118
env:
119119
AGENT_TOOLSDIRECTORY: ${{ inputs.container && '/opt/hostedtoolcache' || '' }}
120120

121-
# TODO Remove after testing
122-
- name: Debug install detectron
123-
shell: bash
124-
run: |
125-
pip install wheel
126-
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu -v
127-
pip freeze | grep torch
128-
python -c 'import torch'
129-
pip install "git+https://github.com/facebookresearch/detectron2.git" -v
130-
pip freeze | grep detectron2
131-
# pip install -q "openvino>=2023.1.0"
132-
133-
# - name: Cache Pip Packages
134-
# id: cachepip
135-
# uses: actions/cache@v3
136-
# with:
137-
# path: |
138-
# pipcache
139-
# key: ${{ env.PIP_CACHE_KEY }}-${{ env.OS_NAME }}-${{ inputs.python }}
121+
- name: Cache Pip Packages
122+
id: cachepip
123+
uses: actions/cache@v3
124+
with:
125+
path: |
126+
pipcache
127+
key: ${{ env.PIP_CACHE_KEY }}-${{ env.OS_NAME }}-${{ inputs.python }}
140128

141129
# Cache specific files to reduce downloads or prevent network issues
142130
- name: Cache Files

0 commit comments

Comments
 (0)