Skip to content

Commit 18f6958

Browse files
Yanghan Wangfacebook-github-bot
authored andcommitted
fix windows ci
Summary: Pull Request resolved: #5476 Reviewed By: stephenyan1231, vbourgin Differential Revision: D77879029 fbshipit-source-id: a4e39015b031017a9cd973b1e1bcebb98df66812
1 parent 0eeec6d commit 18f6958

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)