Skip to content

Commit 88d7ab4

Browse files
committed
rm torch docs install
1 parent 10dd87e commit 88d7ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install -e .[dev,torch]
23+
python -m pip install -e .[dev]
2424
- name: build docs
2525
run: |
2626
cd docs

0 commit comments

Comments
 (0)