Skip to content

Commit c0f945e

Browse files
committed
chore: remove unused dependencies from installation steps
1 parent 793b284 commit c0f945e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install flake8 pytest
30-
# pip install numpy numba
31-
pip install torch torchaudio --index-url https://download.pytorch.org/whl/cpu
32-
# pip install torchlpc
30+
pip install torch --index-url https://download.pytorch.org/whl/cpu
3331
pip install . --no-build-isolation
3432
- name: Lint with flake8
3533
run: |

0 commit comments

Comments
 (0)