Skip to content

Commit

Permalink
change extensions install from release package to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan Shaw committed Nov 28, 2023
1 parent 0eb1690 commit 4c97ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ext-python-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python3 -m pip install transformers
python3 -m pip install tensorflow_text
python3 -m pip install requests
python3 -m pip install onnxruntime-extensions==0.9.0
python3 -m pip install "git+https://github.com/microsoft/onnxruntime-extensions@main"
python3 -m pip list
- name: Generate Python docs with Sphinx
run: |
Expand Down

0 comments on commit 4c97ff3

Please sign in to comment.