mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Dummy CircleCI config. (#9537)
Summary: The purpose of this config is to make sure that CircleCI builds don't fail when I turn them on for pytorch/pytorch. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/9537 Differential Revision: D8894497 Pulled By: ezyang fbshipit-source-id: 22f43c84a9b8a54cd47a6572ba068f70a73f043a
This commit is contained in:
committed by
Facebook Github Bot
parent
28954b9e68
commit
d6e124e9a5
7
.circleci/config.yml
Normal file
7
.circleci/config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/python:3.7-node-browsers
|
||||
steps:
|
||||
- run: echo "hello world"
|
Reference in New Issue
Block a user