File tree 2 files changed +0
-56
lines changed 2 files changed +0
-56
lines changed Original file line number Diff line number Diff line change @@ -269,32 +269,6 @@ jobs:
269
269
python .circleci/regenerate.py
270
270
git diff --exit-code || (echo ".circleci/config.yml not in sync with config.yml.in! Run .circleci/regenerate.py to update config"; exit 1)
271
271
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
-
298
272
binary_linux_wheel:
299
273
<<: *binary_common
300
274
docker:
@@ -840,8 +814,6 @@ workflows:
840
814
841
815
unittest:
842
816
jobs:
843
- - unittest_onnx
844
- - unittest_extended
845
817
{{ unittest_workflows() }}
846
818
847
819
cmake:
You can’t perform that action at this time.
0 commit comments