Skip to content

Commit a79423a

Browse files
committed
install project dependencies
1 parent b5ffe28 commit a79423a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/verify_constants.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
python-version: '3.x'
4040

4141
- name: Install dependencies
42-
run: pip install torch
42+
run: |
43+
python -m pip install --upgrade pip
44+
python -m pip install --upgrade pip setuptools wheel
45+
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
46+
python -m pip install -e .
4347
4448
- name: Export constants
4549
run: python .github/workflows/export_constants.py

0 commit comments

Comments
 (0)