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: 8 additions & 2 deletions .circleci/config.yml

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

10 changes: 8 additions & 2 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,14 @@ commands:
install_prototype_dependencies:
steps:
- pip_install:
args: iopath git+https://github.com/pytorch/data
descr: Install prototype dependencies
args: iopath
descr: Install third-party dependencies
- pip_install:
args: -r https://raw.githubusercontent.com/pytorch/data/main/requirements.txt
descr: Install torchdata build dependencies
- pip_install:
args: --no-build-isolation git+https://github.com/pytorch/data
descr: Install torchdata from source

# Most of the test suite is handled by the `unittest` jobs, with completely different workflow and setup.
# This command can be used if only a selection of tests need to be run, for ad-hoc files.
Expand Down