Skip to content

Commit 7a26f8a

Browse files
committed
revert docs changes
1 parent 4044dc1 commit 7a26f8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@ jobs:
3535
- name: Update pip
3636
shell: bash -l {0}
3737
run: python -m pip install --upgrade pip
38+
- name: Install pytorch
39+
shell: bash -l {0}
40+
run: pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130 --force-reinstall
41+
- name: Install monarch
42+
shell: bash -l {0}
43+
run: pip install assets/ci/monarch_no_torch-0.1.0.dev20251010-py3-none-any.whl
3844
- name: Install torchforge
45+
shell: bash -l {0}
46+
env:
47+
GH_TOKEN: ${{ github.token }}
3948
run: ./scripts/install.sh
4049
- name: Install docs dependencies
4150
shell: bash -l {0}

0 commit comments

Comments
 (0)