We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841cc69 commit 26575aaCopy full SHA for 26575aa
1 file changed
.github/workflows/static-analysis.yml
@@ -72,6 +72,9 @@ jobs:
72
- name: Install dependencies
73
run: |
74
pip install --upgrade pip setuptools wheel
75
+ # use the cpu version of torch to not run out of space
76
+ pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
77
+ sed -i '/torch(vision)?/d' requirements.txt
78
pip install -r requirements_dev.txt
79
80
- name: Static analysis with pyright
0 commit comments