Skip to content

Commit 0f89f54

Browse files
chore(ci): pyarrow nigtly on travis and appveyor
1 parent dd74800 commit 0f89f54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ before_install:
3636
- conda update -q conda
3737
- conda info -a
3838
# future: kapteyn should only be needed for astro package testing
39-
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION setuptools==42.0.2 certifi=2019.6.16 pip numpy scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas pytest pytest-asyncio numba graphviz python-graphviz pcre catboost libcxx=9.0.0 notebook scikit-learn lightgbm py-xgboost # $OPTIONAL_PACKAGES
39+
- conda create -q -n test-environment -c arrow-nightlies -c conda-forge python=$PYTHON_VERSION setuptools==42.0.2 certifi=2019.6.16 pip numpy pyarrow scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas pytest pytest-asyncio numba graphviz python-graphviz pcre catboost libcxx=9.0.0 notebook scikit-learn lightgbm py-xgboost # $OPTIONAL_PACKAGES
4040
- which pip
4141
- source activate test-environment
4242
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
- conda config --set always_yes yes --set changeps1 no
1919
- conda update -q conda
2020
- conda info -a
21-
- "conda create -q -n test-environment -c conda-forge python=%PYTHON_VERSION% numpy scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas cython pytest pytest-asyncio numba graphviz python-graphviz pcre lightgbm py-xgboost catboost scikit-learn ipydatawidgets ipyvolume bqplot ipympl geopandas"
21+
- "conda create -q -n test-environment -c arrow-nightlies -c conda-forge python=%PYTHON_VERSION% numpy pyarrow scipy xarray pyqt matplotlib pyopengl h5py astropy tornado cython pandas cython pytest pytest-asyncio numba graphviz python-graphviz pcre lightgbm py-xgboost catboost scikit-learn ipydatawidgets ipyvolume bqplot ipympl geopandas"
2222
- activate test-environment
2323
- pip install -r requirements-ml.txt
2424
- pushd packages\vaex-core && pip install . && popd

0 commit comments

Comments
 (0)