We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5d73f commit e914f06Copy full SHA for e914f06
ci/travis_script_python.sh
@@ -42,10 +42,13 @@ python_version_tests() {
42
# Expensive dependencies install from Continuum package repo
43
conda install -y pip numpy pandas cython
44
45
+ # Install only parquet-cpp, without its dependencies
46
+ conda install -y --no-deps parquet-cpp
47
+
48
# Other stuff pip install
49
pip install -r requirements.txt
50
- python setup.py build_ext --inplace
51
+ python setup.py build_ext --inplace --with-parquet
52
53
python -m pytest -vv -r sxX pyarrow
54
0 commit comments