Skip to content

Commit

Permalink
add cpkl
Browse files Browse the repository at this point in the history
  • Loading branch information
tphung3 committed Oct 24, 2023
1 parent de8b563 commit 25bcfac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parsl/executors/taskvine/install-taskvine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ wget "$NO_VERBOSE" "$SHOW_HEADERS" -O /tmp/cctools.tar.gz "https://github.com/co

mkdir -p /tmp/cctools
tar -C /tmp/cctools -zxf /tmp/cctools.tar.gz --strip-components=1


# taskvine additional dependencies
pip install cloudpickle

0 comments on commit 25bcfac

Please sign in to comment.