Skip to content

Commit a74f5d4

Browse files
committed
WIP: Install cloudpickle with pickle5 support
1 parent b3fd4f5 commit a74f5d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

continuous_integration/travis/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ fi
7474
if [[ $PYTHON != 3.8 ]]; then
7575
# Install backport package for pickle protocol 5 support
7676
conda install -c conda-forge -c defaults 'pickle5>=0.0.10'
77+
pip install git+https://github.com/jakirkham/cloudpickle.git@opt_use_pickle5_redux
7778
# stacktrace is not currently avaiable for Python 3.8.
7879
# Remove the version check block below when it is avaiable.
7980
# For low-level profiler, install libunwind and stacktrace from conda-forge

0 commit comments

Comments
 (0)