Skip to content

Commit

Permalink
[Fix] Python API doc generation (#21717)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
Make Python API doc generation workflow work.

### Verification Run
https://github.com/microsoft/onnxruntime/actions/runs/10364762858
  • Loading branch information
mszhanyi authored Aug 14, 2024
1 parent c2911bb commit b92908e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
build:
name: Generate Python API docs
runs-on: ubuntu-latest
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-ubuntu-CPU"]
steps:
- uses: actions/checkout@v4
- name: Install tools
Expand Down
1 change: 0 additions & 1 deletion docs/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ onnx
sphinx_exec_code
sphinx_tabs
furo
-f https://download.pytorch.org/whl/torch/
torch

0 comments on commit b92908e

Please sign in to comment.