We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8be8a5 commit da464d0Copy full SHA for da464d0
.github/workflows/test.yml
@@ -638,7 +638,7 @@ jobs:
638
uses: actions/cache@v4
639
with:
640
path: ${{ env.Python3_ROOT_DIR }}\Lib\site-packages
641
- key: windows-${{ matrix.backend }}-packages-${{ hashFiles('**/setup.py') }}
+ key: windows-packages-${{ hashFiles('**/setup.py') }}
642
- name: Set env
643
shell: bash
644
run: |
@@ -648,7 +648,7 @@ jobs:
648
echo "LLVM=1" >> $GITHUB_ENV
649
fi
650
- name: Install dependencies
651
- run: pip install --user -e '.[testing]' --extra-index-url https://download.pytorch.org/whl/cpu
+ run: pip install -e '.[testing]' --extra-index-url https://download.pytorch.org/whl/cpu
652
- name: Check Device.DEFAULT and print some source (llvm)
653
654
0 commit comments