Skip to content

Commit

Permalink
Correct the includes settings.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 21, 2024
1 parent 71c3396 commit d73aa75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pretrained_model_tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
tf_version: ['2.9.0', '2.15.0']
python_version: ['3.9']
opset_version: ['18', '15']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
include:
- tf_version: '2.9.0'
python_version: '3.8'
- tf_version: '2.9.0'
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.10'
- tf_version: '1.15.5'
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/unit_tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,27 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-2022']
tf_version: ['2.9.0', '2.15.0']
python_version: ['3.9']
opset_version: ['18', '15']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
skip_tflite: ['False']
include:
- tf_version: '2.9.0'
python_version: '3.8'
- tf_version: '2.9.0'
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.10'
- tf_version: '1.15.5'
python_version: '3.7'
os: 'ubuntu-latest'
opset_version: '15'
ort_version: '1.14.1'
onnx_version: '1.14.1'
skip_tflite: 'True'

runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit d73aa75

Please sign in to comment.