We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd94f5 commit e3410cfCopy full SHA for e3410cf
ci/travis_install_conda.sh
@@ -9,7 +9,9 @@ else
9
fi
10
11
wget -O miniconda.sh $MINICONDA_URL
12
-export MINICONDA=$TRAVIS_BUILD_DIR/miniconda
+
13
+export MINICONDA=$HOME/miniconda
14
15
bash miniconda.sh -b -p $MINICONDA
16
export PATH="$MINICONDA/bin:$PATH"
17
conda update -y -q conda
ci/travis_script_python.sh
@@ -5,7 +5,7 @@ set -e
5
PYTHON_DIR=$TRAVIS_BUILD_DIR/python
6
7
# Re-use conda installation from C++
8
export PARQUET_HOME=$MINICONDA
0 commit comments