File tree Expand file tree Collapse file tree 2 files changed +0
-56
lines changed
Expand file tree Collapse file tree 2 files changed +0
-56
lines changed Original file line number Diff line number Diff line change @@ -269,32 +269,6 @@ jobs:
269269 python .circleci/regenerate.py
270270 git diff --exit-code || (echo ".circleci/config.yml not in sync with config.yml.in! Run .circleci/regenerate.py to update config"; exit 1)
271271
272- unittest_onnx:
273- docker:
274- - image: cimg/python:3.8
275- steps:
276- - checkout
277- - install_torchvision
278- - pip_install:
279- args: onnx onnxruntime
280- descr: Install ONNX
281- - run_tests_selective:
282- file_or_dir: test/test_onnx.py
283-
284- unittest_extended:
285- docker:
286- - image: cimg/python:3.8
287- resource_class: xlarge
288- steps:
289- - checkout
290- - download_model_weights
291- - install_torchvision
292- - run:
293- name: Enable extended tests
294- command: echo 'export PYTORCH_TEST_WITH_EXTENDED=1' >> $BASH_ENV
295- - run_tests_selective:
296- file_or_dir: test/test_extended_*.py
297-
298272 binary_linux_wheel:
299273 <<: *binary_common
300274 docker:
@@ -840,8 +814,6 @@ workflows:
840814
841815 unittest:
842816 jobs:
843- - unittest_onnx
844- - unittest_extended
845817 {{ unittest_workflows() }}
846818
847819 cmake:
You can’t perform that action at this time.
0 commit comments