Skip to content

Commit

Permalink
change pip install extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan Shaw committed Aug 22, 2023
1 parent f1bbefc commit b68ade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python3 -m pip install -r requirements-dev.txt
cd docs/python
python3 -m pip install -r requirements.txt
python3 -m pip install --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-extensions
python3 -m pip install onnxruntime-extensions
python3 -m pip list
- name: Generate Python docs with Sphinx
run: |
Expand Down

0 comments on commit b68ade7

Please sign in to comment.