Skip to content

Commit

Permalink
WIP: Install cloudpickle with pickle5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jun 9, 2020
1 parent b3fd4f5 commit a74f5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ fi
if [[ $PYTHON != 3.8 ]]; then
# Install backport package for pickle protocol 5 support
conda install -c conda-forge -c defaults 'pickle5>=0.0.10'
pip install git+https://github.com/jakirkham/cloudpickle.git@opt_use_pickle5_redux
# stacktrace is not currently avaiable for Python 3.8.
# Remove the version check block below when it is avaiable.
# For low-level profiler, install libunwind and stacktrace from conda-forge
Expand Down

0 comments on commit a74f5d4

Please sign in to comment.