Skip to content

Commit c71b846

Browse files
jdsgomesfacebook-github-bot
authored andcommitted
[fbsync] fix torchdata CI installation (#5657)
Summary: (Note: this ignores all push blocking failures!) Reviewed By: datumbox Differential Revision: D35216791 fbshipit-source-id: 923deee56f6bbd5fae5a370acab25c1ea2a4f4d0
1 parent 90a2743 commit c71b846

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,14 @@ commands:
155155
install_prototype_dependencies:
156156
steps:
157157
- pip_install:
158-
args: iopath git+https://github.com/pytorch/data
159-
descr: Install prototype dependencies
158+
args: iopath
159+
descr: Install third-party dependencies
160+
- pip_install:
161+
args: -r https://github.com/raw/pytorch/data/main/requirements.txt
162+
descr: Install torchdata build dependencies
163+
- pip_install:
164+
args: --no-build-isolation git+https://github.com/pytorch/data
165+
descr: Install torchdata from source
160166

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

0 commit comments

Comments
 (0)