Skip to content

Commit da464d0

Browse files
authored
fix windows ci cache (tinygrad#8787)
Co-authored-by: b1tg <b1tg@users.noreply.github.com>
1 parent e8be8a5 commit da464d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ jobs:
638638
uses: actions/cache@v4
639639
with:
640640
path: ${{ env.Python3_ROOT_DIR }}\Lib\site-packages
641-
key: windows-${{ matrix.backend }}-packages-${{ hashFiles('**/setup.py') }}
641+
key: windows-packages-${{ hashFiles('**/setup.py') }}
642642
- name: Set env
643643
shell: bash
644644
run: |
@@ -648,7 +648,7 @@ jobs:
648648
echo "LLVM=1" >> $GITHUB_ENV
649649
fi
650650
- name: Install dependencies
651-
run: pip install --user -e '.[testing]' --extra-index-url https://download.pytorch.org/whl/cpu
651+
run: pip install -e '.[testing]' --extra-index-url https://download.pytorch.org/whl/cpu
652652
- name: Check Device.DEFAULT and print some source (llvm)
653653
shell: bash
654654
run: |

0 commit comments

Comments
 (0)