dmlc--dgl
cf4727a9d9
* [CI] upgrade python version to 3.7.0 * do not upgrade for mxnet cpu due to seg fault * fix test failure for mxnet
7 行
172 B
YAML
7 行
172 B
YAML
name: pytorch-ci
|
|
dependencies:
|
|
- python=3.7.0
|
|
- pip
|
|
- pip:
|
|
- --find-links https://download.pytorch.org/whl/torch_stable.html
|
|
- --requirement torch_gpu_pip.txt |