Skip to content

Commit

Permalink
my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed May 29, 2024
1 parent 92fc653 commit 862f3a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
pip install .[tests,onnxruntime]
- name: Test with pytest
working-directory: tests
run: |
pytest tests/onnxruntime -m "run_in_series" --durations=0 -vvvv -s
pytest tests/onnxruntime -m "not run_in_series" --durations=0 -vvvv -s -n auto
pytest onnxruntime -m "run_in_series" --durations=0 -vvvv -s
pytest onnxruntime -m "not run_in_series" --durations=0 -vvvv -s -n auto

0 comments on commit 862f3a6

Please sign in to comment.