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 2, 2020
1 parent 24ba185 commit 686787c
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@opt_use_pickle5_redux.git
# 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 686787c

Please sign in to comment.