Skip to content

Commit

Permalink
Unpin pip version (#651)
Browse files Browse the repository at this point in the history
* Unpin pip version

* Explicit pip upgrade
  • Loading branch information
OriolAbril authored and canyon289 committed Apr 25, 2019
1 parent aea1773 commit 3dbea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_testenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi


# Install ArviZ dependencies
pip install --upgrade pip==18.1
pip install --upgrade pip

# Pyro install with pip is ~511MB. These binaries are ~91MB, somehow, and do not
# break the build. The first is the Python 3.5 wheel, the second is 3.6.
Expand Down

0 comments on commit 3dbea9e

Please sign in to comment.