提交 bc223f43 编写于 作者: M mosout

update ci

上级 3649eac5
...@@ -2,6 +2,7 @@ set -ex ...@@ -2,6 +2,7 @@ set -ex
python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
python3 -m pip install --user --upgrade pip python3 -m pip install --user --upgrade pip
python3 -m pip install --user flake8 pytest python3 -m pip install --user flake8 pytest
python3 -m pip install nvidia-pyindex
if [ -f requirements.txt ]; then pip install --user -r requirements.txt; fi if [ -f requirements.txt ]; then pip install --user -r requirements.txt; fi
python3 -m pip install oneflow --user -U -f https://staging.oneflow.info/branch/master/cu102 python3 -m pip install oneflow --user -U -f https://staging.oneflow.info/branch/master/cu102
python3 setup.py install python3 setup.py install
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册