Skip to content

Commit

Permalink
Merge pull request #236 from mlcommons/arjunsuresh-patch-1
Browse files Browse the repository at this point in the history
Reduce GH runtimes for macos and windows
  • Loading branch information
arjunsuresh committed Sep 18, 2024
2 parents cbc247b + a61894e commit ddd5162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mlperf-inference-abtf-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, macos-13]
python-version: [ "3.8", "3.12" ]
python-version: [ "3.12" ]
backend: [ "pytorch" ]
implementation: [ "python" ]

Expand All @@ -70,7 +70,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
python-version: [ "3.8", "3.12" ]
python-version: [ "3.12" ]
backend: [ "pytorch" ]
implementation: [ "python" ]
exclude:
Expand Down

0 comments on commit ddd5162

Please sign in to comment.