Skip to content

Commit

Permalink
Merge pull request #6 from arjunsuresh/main
Browse files Browse the repository at this point in the history
Fix test fail
  • Loading branch information
arjunsuresh authored Jun 16, 2024
2 parents 1e124ff + 53fd245 commit 374955a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
cla-check:
if: github.repository_owner == 'mlcommons'
runs-on: ubuntu-latest
steps:
- name: "MLCommons CLA bot check"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-mlperf-inference-abtf-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
python-version: [ "3.9", "3.11", "3.12" ]
python-version: [ "3.11" ]
backend: [ "pytorch" ]
implementation: [ "python" ]
exclude:
- os: windows-latest

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

0 comments on commit 374955a

Please sign in to comment.