Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed May 21, 2024
1 parent 36a6e55 commit 5e0b556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI Linux
on: [push, pull_request]
jobs:
run:
name: Python ${{ matrix.python_version }} - sklearn ${{ matrix.sklearn_version }}
name: Py==${{ matrix.python_version }} - sklearn==${{ matrix.sklearn_version }} - ${{ matrix.onnxrt_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_issues_2024.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_issue_1055(self):
assert_almost_equal(expected, got[1], decimal=2)

@unittest.skipIf(
pv.Version(ort_version) < pv.Version("1.16.0"),
pv.Version(ort_version) < pv.Version("1.17.3"),
reason="opset 19 not implemented",
)
def test_issue_1069(self):
Expand Down

0 comments on commit 5e0b556

Please sign in to comment.