Skip to content

Commit 3d36b88

Browse files
authored
Merge branch 'main' into replace
2 parents b818644 + 6c126d2 commit 3d36b88

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://raw.githubusercontent.com/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)