File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -118,25 +118,13 @@ jobs:
118
118
env :
119
119
AGENT_TOOLSDIRECTORY : ${{ inputs.container && '/opt/hostedtoolcache' || '' }}
120
120
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 }}
140
128
141
129
# Cache specific files to reduce downloads or prevent network issues
142
130
- name : Cache Files
You can’t perform that action at this time.
0 commit comments