Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed May 28, 2024
1 parent 9715a6f commit 45589e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
working-directory: tests
# pytest onnxruntime -m "not run_in_series" --durations=0 -vvvv -s -n auto
run: |
pytest onnxruntime -m "run_in_series" --durations=0 -vvvv -s -k "test_inference_old_onnx_model"
pytest onnxruntime --durations=0 -vvvv -s -k "test_inference_old_onnx_model"

0 comments on commit 45589e1

Please sign in to comment.