Skip to content

Commit

Permalink
python-version: "3.11"
Browse files Browse the repository at this point in the history
Signed-off-by: Chun-Wei Chen <jacky82226@gmail.com>
  • Loading branch information
jcwchen committed Jul 28, 2023
1 parent 2b9e28d commit 28c013c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/auto_update_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Setup Python
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: 3.11
with:
python-version: "3.11"
- name: Install ONNX from source and update documentation
run: |
python -m pip install -q --upgrade pip
Expand Down

0 comments on commit 28c013c

Please sign in to comment.