We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf48115 commit 2db97f7Copy full SHA for 2db97f7
1 file changed
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
+ # Install CPU-only Torch first to save space on GitHub Runner
28
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
29
pip install pytest pytest-cov pytest-asyncio
30
pip install -r requirements.txt
31
pip install -e .
0 commit comments