Skip to content

Commit 2cf5ea9

Browse files
Michael Gschwindmalfet
authored andcommitted
pip in lieu of pip3
pip in lieu of pip3
1 parent e184b07 commit 2cf5ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sysctl machdep.cpu.core_count
2626
- name: Install requirements
2727
run: |
28-
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
28+
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
2929
pip install -r requirements.txt
3030
- name: Download checkpoints
3131
run: |

0 commit comments

Comments
 (0)