Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Apr 11, 2024
1 parent d3ab133 commit 5f252f0
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ['3.12', '3.11', '3.10', '3.9', '3.8']
include:
- python_version: '3.12'
onnx_ml: 1
debug_build: 1
documentation: 1
protobuf_type: 'Internal'
- python_version: '3.12'
onnx_ml: 0
debug_build: 0
documentation: 0
protobuf_type: 'Internal'
onnx_lite: 1
- python_version: '3.11'
onnx_ml: 1
debug_build: 1
debug_build: 0
documentation: 0
protobuf_type: 'External'
- python_version: '3.10'
Expand All @@ -38,12 +33,12 @@ jobs:
protobuf_type: 'Internal'
- python_version: '3.9'
onnx_ml: 1
debug_build: 1
debug_build: 0
documentation: 0
protobuf_type: 'External'
- python_version: '3.8'
onnx_ml: 0
debug_build: 1
debug_build: 0
documentation: 0
protobuf_type: 'Internal'
steps:
Expand Down

0 comments on commit 5f252f0

Please sign in to comment.