Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 0 additions & 10 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,6 @@ jobs:
name: Check Python types statically
command: mypy --install-types --non-interactive --config-file mypy.ini

unittest_torchhub:
docker:
- image: cimg/python:3.8
steps:
- checkout
- install_torchvision
- run_tests_selective:
file_or_dir: test/test_hub.py

unittest_onnx:
docker:
- image: cimg/python:3.8
Expand Down Expand Up @@ -1017,7 +1008,6 @@ workflows:

unittest:
jobs:
- unittest_torchhub
- unittest_onnx
- unittest_extended
{{ unittest_workflows() }}
Expand Down
46 changes: 0 additions & 46 deletions test/test_hub.py

This file was deleted.