Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
upgrade pip to fix installing cryptography issue
Browse files Browse the repository at this point in the history
ref: frappe/bench#1117
  • Loading branch information
zhenz committed Mar 29, 2021
1 parent 51f7c15 commit 048b4a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elements/chameleon-common/install.d/03-pip-installs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ fi
set -eu
set -o pipefail

pip3 install --upgrade pip

pip3 install \
python-cinderclient \
python-glanceclient \
Expand Down

0 comments on commit 048b4a7

Please sign in to comment.