Skip to content

Commit

Permalink
Try conda clean to fix package index cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraus14 committed Jan 15, 2019
1 parent 392774d commit e221592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ logger "Activate conda env..."
source activate gdf

logger "Bump pyarrow"
conda clean
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..."
Expand Down
1 change: 1 addition & 0 deletions ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ logger "Activate conda env..."
source activate gdf

logger "Bump pyarrow"
conda clean
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..."
Expand Down

0 comments on commit e221592

Please sign in to comment.