Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
JeanKossaifi committed Feb 6, 2024
1 parent df15c39 commit 4577fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r doc/requirements_doc.txt
python -m pip install -r ./doc/requirements_doc.txt
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
- name: Install TensorLy dev
run: |

0 comments on commit 4577fad

Please sign in to comment.