Skip to content

Commit eb8bf25

Browse files
authored
Update docgen.yml
1 parent 5f1d12f commit eb8bf25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docgen.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
CHANNEL: nightly
2424
CI_BUILD: 1
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
ref: ${{github.head_ref}}
2929
token: ${{ secrets.GH_PYTORCHBOT_TOKEN }}
@@ -35,14 +35,16 @@ jobs:
3535
- name: Install base deps
3636
run: |
3737
python3 -m pip install pip --upgrade
38-
python3 -m pip install pyyaml numpy torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu124
38+
python3 -m pip install pyyaml numpy torch --pre --extra-index-url https://download.pytorch.org/whl/nightly/cu126
3939
./packaging/pre_build_script.sh
4040
- name: Get HEAD SHA
4141
id: vars
4242
run: echo "sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
4343
- name: Build Python Package
44+
env:
45+
USE_CXX11_ABI: 1
4446
run: |
45-
python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu124
47+
python3 -m pip install --pre . --extra-index-url https://download.pytorch.org/whl/nightly/cu126
4648
- name: Generate New Docs
4749
run: |
4850
cd docsrc

0 commit comments

Comments
 (0)