提交 8808e009 authored 作者: mila's avatar mila

jenkins PR remove conda PATH

上级 8ae11131
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
# Print commands as they are executed # Print commands as they are executed
set -x set -x
# Anaconda python
export PATH=/usr/local/miniconda2/bin:$PATH
# Test flake8 # Test flake8
echo "===== Testing flake8" echo "===== Testing flake8"
bin/theano-nose theano/tests/test_flake8.py --with-xunit --xunit-file=theano_pre_tests.xml || exit 1 bin/theano-nose theano/tests/test_flake8.py --with-xunit --xunit-file=theano_pre_tests.xml || exit 1
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
# Print commands as they are executed # Print commands as they are executed
set -x set -x
# Anaconda python
export PATH=/usr/local/miniconda2/bin:$PATH
echo "===== Testing theano core" echo "===== Testing theano core"
# Test theano core # Test theano core
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
# Print commands as they are executed # Print commands as they are executed
set -x set -x
# Anaconda python
export PATH=/usr/local/miniconda2/bin:$PATH
# CUDA # CUDA
export PATH=/usr/local/cuda/bin:$PATH export PATH=/usr/local/cuda/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论