remove torch install for now
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
PyTest / test (3.10) (push) Has been cancelled
PyTest / test (3.9) (push) Has been cancelled

This commit is contained in:
Wing Lian
2023-09-01 08:15:22 -07:00
parent b448c77148
commit 0026fcc3df

View File

@@ -24,7 +24,6 @@ jobs:
- name: Install dependencies
run: |
pip install torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cu118
pip install -e .
pip install -r requirements-tests.txt