Skip to content

Commit

Permalink
upgrades pip so cryptography wheel gets installed (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewAitken authored Mar 9, 2021
1 parent a61d867 commit 644ec37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -U cryptography
pip install -U twine setuptools wheel
- run:
Expand Down

0 comments on commit 644ec37

Please sign in to comment.