Skip to content
Snippets Groups Projects
Commit 436e142a authored by Alain Riou's avatar Alain Riou
Browse files

try w/ manual pytorch install

parent ef50ce6c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
python -m pip install pytest
python -m pip install .
- name: Test with pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment