Skip to content

Commit

Permalink
Update build environment for GPU as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Jan 15, 2019
1 parent 82e0282 commit 392774d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ logger "Activate conda env..."
source activate gdf

logger "Bump pyarrow"
conda install -c conda-forge pyarrow=0.11.1 arrow-cpp=0.11.1 parquet-cpp=1.5.1 pandas>=0.23.4 numpy>=1.15.3
conda install -c conda-forge pyarrow=0.11.1 arrow-cpp=0.11.1 pandas>=0.23.4 numpy>=1.15.3

logger "Check versions..."
python --version
Expand Down
3 changes: 3 additions & 0 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ nvidia-smi
logger "Activate conda env..."
source activate gdf

logger "Bump pyarrow"
conda install -c conda-forge pyarrow=0.11.1 arrow-cpp=0.11.1 pandas>=0.23.4 numpy>=1.15.3

logger "Check versions..."
python --version
$CC --version
Expand Down

0 comments on commit 392774d

Please sign in to comment.