Skip to content

Commit

Permalink
* removed windows test for MLPerf (requires interaction)
Browse files Browse the repository at this point in the history
* added windows test for image classification
  • Loading branch information
gfursin committed Oct 1, 2024
1 parent 5419871 commit a92f8d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-image-classification-onnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [ "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [ "3.10", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-mlperf-inference-resnet50.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
implementation: cpp
- os: macos-latest
backend: tf
# - os: windows-latest
- os: windows-latest
# MLPerf requires interaction when installing LLVM on Windows - that's why we excluded it here


steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a92f8d5

Please sign in to comment.