Skip to content

Commit

Permalink
Update publish-python-apidocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD authored Jan 16, 2025
1 parent 5333414 commit 5fa1c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-python-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
python3 -m pip install --user --upgrade pip
cd docs/python
python3 -m pip install --user -r requirements.txt
python3 -m pip install --user --pre onnxruntime-training -f https://download.onnxruntime.ai/onnxruntime_nightly_cpu.html
python3 -m pip list
- name: Generate Python docs with Sphinx
run: |
Expand Down

0 comments on commit 5fa1c82

Please sign in to comment.