"tutorials/large/L1_large_node_classification.py" did not exist on "dda103d9f6ff7c97b785575a8e753a130886a337"
Unverified Commit 6c126d2e authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

fix torchdata CI installation (#5657)

parent fbc8ea47
...@@ -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.
......
...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment