Skip to content

Commit

Permalink
add back onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Mar 26, 2024
1 parent d6c3939 commit d62d79d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_iree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
source ${VENV_DIR}/bin/activate
pytest iree_tests/simple --durations=0
# - name: "Running the generated ONNX test suite"
# run: |
# source ${VENV_DIR}/bin/activate
# pytest iree_tests/onnx/node/generated -n auto -rpfE --timeout=30 --retries 2 --retry-delay 5 --durations=10
- name: "Running the generated ONNX test suite"
run: |
source ${VENV_DIR}/bin/activate
pytest iree_tests/onnx/node/generated -n auto -rpfE --timeout=30 --retries 2 --retry-delay 5 --durations=10
# TODO(scotttodd): add a local cache for these large files to a persistent runner
- name: "Downloading remote files for real weight model tests"
Expand Down

0 comments on commit d62d79d

Please sign in to comment.