Skip to content

Commit

Permalink
disable for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Dec 10, 2024
1 parent 2320a99 commit 7aff08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: pip install transformers==${{ matrix.transformers-version }}

- name: Test with pytest (in series)
if: ${{ matrix.os != 'macos-15' }}
run: |
pytest tests/onnxruntime -m "run_in_series" --durations=0 -vvvv -s
Expand Down

0 comments on commit 7aff08b

Please sign in to comment.