Skip to content

Commit 9b0f754

Browse files
committed
chore: Fix docgen
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 60f5dfa commit 9b0f754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
ref: ${{github.head_ref}}
2020
- name: Select python
2121
run: |
22-
export PATH=/opt/python/cp311-cp311/bin/:$PATH
22+
echo "/opt/python/cp311-cp311/bin/" >> $GITHUB_PATH
2323
- name: Install base deps
2424
run: |
25-
python3 -m pip install pyyaml
25+
python3 -m pip install pyyaml torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu121
2626
VERSION_SUFFIX=cu121 ./packaging/pre_build_script.sh
2727
- name: Get HEAD SHA
2828
id: vars

0 commit comments

Comments
 (0)