Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
6c126d2e
"tutorials/large/L1_large_node_classification.py" did not exist on "dda103d9f6ff7c97b785575a8e753a130886a337"
Unverified
Commit
6c126d2e
authored
Mar 22, 2022
by
Philip Meier
Committed by
GitHub
Mar 22, 2022
Browse files
fix torchdata CI installation (#5657)
parent
fbc8ea47
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
.circleci/config.yml
.circleci/config.yml
+8
-2
.circleci/config.yml.in
.circleci/config.yml.in
+8
-2
No files found.
.circleci/config.yml
View file @
6c126d2e
...
@@ -155,8 +155,14 @@ commands:
...
@@ -155,8 +155,14 @@ commands:
install_prototype_dependencies
:
install_prototype_dependencies
:
steps
:
steps
:
-
pip_install
:
-
pip_install
:
args
:
iopath git+https://github.com/pytorch/data
args
:
iopath
descr
:
Install prototype dependencies
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.
# 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.
# This command can be used if only a selection of tests need to be run, for ad-hoc files.
...
...
.circleci/config.yml.in
View file @
6c126d2e
...
@@ -155,8 +155,14 @@ commands:
...
@@ -155,8 +155,14 @@ commands:
install_prototype_dependencies:
install_prototype_dependencies:
steps:
steps:
- pip_install:
- pip_install:
args: iopath git+https://github.com/pytorch/data
args: iopath
descr: Install prototype dependencies
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.
# 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.
# This command can be used if only a selection of tests need to be run, for ad-hoc files.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment