Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove the full tests
  • Loading branch information
xadupre committed Jun 10, 2023
commit 7a979a2ad24093755fa0ee1aae213bef339dd120
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ jobs:
cd array-api-tests
python -m pytest -x array_api_tests/test_creation_functions.py::test_zeros
displayName: "test_creation_functions.py::test_zeros"
- script: |
export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_numpy
cd array-api-tests
python -m pytest -x array_api_tests
displayName: "all tests"
#- script: |
# export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_numpy
# cd array-api-tests
# python -m pytest -x array_api_tests
# displayName: "all tests"

- job: 'TestLinux'
pool:
Expand Down