Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Don't test pyarrow; it has changed too much.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed May 8, 2020
1 parent e7eab7e commit 220bd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install:
- python -c 'import uproot_methods; print(uproot_methods.__version__)'
- python -c 'import awkward; print(awkward.__version__)'
- if [[ $TRAVIS_PYTHON_VERSION != pypy* && $NUMPY == "numpy==1.13.1" ]] ; then pip install h5py ; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* && $NUMPY != "numpy==1.13.1" ]] ; then pip install h5py pyarrow; python -c 'import pyarrow; print("pyarrow", pyarrow.__version__)' ; fi
# - if [[ $TRAVIS_PYTHON_VERSION != pypy* && $NUMPY != "numpy==1.13.1" ]] ; then pip install h5py pyarrow; python -c 'import pyarrow; print("pyarrow", pyarrow.__version__)' ; fi
# - if [[ $TRAVIS_PYTHON_VERSION != pypy* ]] ; then pip install numba ; ln -s ../awkward-numba/awkward/numba awkward/numba ; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]] ; then pip install pybind11 ; cd awkward-cpp ; python setup.py build ; cd .. ; tree awkward-cpp/build/ ; cd awkward ; ln -s ../awkward-cpp/build/lib.*/awkward/cpp cpp ; cd .. ; ls -l awkward/cpp ; ls -l awkward/cpp/ ; python -c 'print("TESTING awkward-cpp"); import awkward.cpp; print(awkward.cpp.JaggedArray)' ; fi
- export AWKWARD_DEPLOYMENT=awkward
Expand Down

0 comments on commit 220bd8d

Please sign in to comment.