Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed May 21, 2024
1 parent b35af73 commit a992b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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: Py==${{ matrix.python_version }} - sklearn==${{ matrix.sklearn_version }} - ${{ matrix.onnxrt_version }}
name: Py==${{ matrix.python_version }} - sklearn${{ matrix.sklearn_version }} - ${{ matrix.onnxrt_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
14 changes: 2 additions & 12 deletions .github/workflows/windows-macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python_version: ['3.12', '3.11', '3.10', '3.9']
os: [windows-latest, macos-latest]
python_version: ['3.11', '3.10', '3.9']
include:
- python_version: '3.12'
numpy_version: '>=1.21.1'
scipy_version: '>=1.7.0'
onnx_version: 'onnx==1.16.0'
onnxrt_version: 'onnxruntime==1.18.0'
sklearn_version: '>=1.4.2'
- python_version: '3.11'
numpy_version: '>=1.21.1'
scipy_version: '>=1.7.0'
Expand All @@ -39,10 +33,6 @@ jobs:

- uses: tlylt/install-graphviz@v1

- name: Install pandoc
if: matrix.documentation == 1
run: sudo apt-get install -y pandoc

- name: Install requirements
run: python -m pip install -r requirements.txt

Expand Down

0 comments on commit a992b84

Please sign in to comment.