Skip to content

Commit

Permalink
deploy: upgrade pip to avoid issues with installing cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh committed May 3, 2022
1 parent 0127ba9 commit e60167a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create-deploy-environment
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ set +u
source ${VENV}/bin/activate
set -u

# Upgrade `pip` from potentially old version to avoid `cryptography` Rust toolchain failures.
pip install --upgrade pip

# Install `wheel` so `python setup.py bdist_wheel` works.
pip install wheel

Expand Down

0 comments on commit e60167a

Please sign in to comment.