File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -217,14 +217,15 @@ jobs:
217217 with :
218218 python-version : 3.8
219219
220- - name : Cache dependencies
221- uses : actions/cache@v4
222- id : load-cache
223- with :
224- path : |
225- ${{ env.pythonLocation }}\Lib\site-packages
226- ~\.torch
227- key : ${{ runner.os }}-torch${{ matrix.torch }}-${{ hashFiles('setup.py') }}-20210404
220+ # NOTE: Cache is disabled because it's not working on Windows.
221+ # - name: Cache dependencies
222+ # uses: actions/cache@v4
223+ # id: load-cache
224+ # with:
225+ # path: |
226+ # ${{ env.pythonLocation }}\Lib\site-packages
227+ # ~\.torch
228+ # key: ${{ runner.os }}-torch${{ matrix.torch }}-${{ hashFiles('setup.py') }}-20210404
228229
229230 - name : Install Dependencies
230231 uses : ./.github/actions/install_windows_dep
You can’t perform that action at this time.
0 commit comments