Skip to content

Commit

Permalink
Refactor include.
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 23, 2024
1 parent 8407a63 commit d630410
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/workflows/unit_tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,32 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-2022']
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'
opset_version: '18'
- tf_version: '2.9.0'
python_version: '3.8'
opset_version: '15'
- tf_version: '2.9.0'
python_version: '3.9'
opset_version: '18'
- 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'
opset_version: '18'
- tf_version: '2.15.0'
python_version: '3.10'
opset_version: '18'
- 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 }}

Expand Down

0 comments on commit d630410

Please sign in to comment.