提交 86540756 authored 作者: Frederic Bastien's avatar Frederic Bastien

Print all current dir as I don't get what they do.

上级 0bbe9a6a
...@@ -111,9 +111,16 @@ script: ...@@ -111,9 +111,16 @@ script:
- df -h - df -h
- ulimit -a - ulimit -a
- echo "$PART" - echo "$PART"
- pwd
- cd ..
- pwd
# Move to the path of the installed version # Move to the path of the installed version
- cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])') - cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])')
- pwd
- cd -
- pwd
- cd Theano - cd Theano
- pwd
- python -c 'import theano; print(theano.__version__)' - python -c 'import theano; print(theano.__version__)'
- python -c 'import theano; print(theano.config.__str__(print_doc=False))' - python -c 'import theano; print(theano.config.__str__(print_doc=False))'
- python -c 'import theano; assert(theano.config.blas.ldflags != "")' - python -c 'import theano; assert(theano.config.blas.ldflags != "")'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论