Skip to content

Commit

Permalink
upgrade onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowuhu committed Dec 3, 2024
1 parent 209a47e commit 418e792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
include:
- python-version: "3.8"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.9"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.10"
onnx-version: 1.16
onnx-version: 1.17


steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10"]
include:
- python-version: "3.8"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.9"
onnx-version: 1.16
onnx-version: 1.17
- python-version: "3.10"
onnx-version: 1.16
onnx-version: 1.17

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 418e792

Please sign in to comment.