mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
parent
eb66bfa7b4
commit
60bfa7fab1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish-python-apidocs.yml
vendored
6
.github/workflows/publish-python-apidocs.yml
vendored
|
|
@ -32,10 +32,10 @@ jobs:
|
|||
sudo apt-get install graphviz
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install --user --upgrade pip
|
||||
cd docs/python
|
||||
python3 -m pip install -r requirements.txt
|
||||
python3 -m pip install --pre onnxruntime-training -f https://download.onnxruntime.ai/onnxruntime_nightly_cpu.html
|
||||
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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue