Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowuhu authored Mar 29, 2024
1 parent 9ec952e commit 52e1084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
include:
- python-version: 3.8
onnx_version: 1.12
onnx_version: 1.12.0
- python-version: 3.9
onnx_version: 1.13
onnx_version: "1.13"
- python-version: 3.10
onnx_version: 1.14
onnx_version: "1.14.1"


steps:
Expand Down

0 comments on commit 52e1084

Please sign in to comment.