Skip to content

Commit

Permalink
Make sure we have recent pip
Browse files Browse the repository at this point in the history
  • Loading branch information
cwegrzyn committed Jan 30, 2021
1 parent 4757c2d commit d91925e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ commands:
else
python -m venv venv
. venv/bin/activate
pip install --upgrade pip
if [ '<<parameters.include_dev_dependencies>>' == 'true' ]
then
pip install --progress-bar=off -r requirements.txt
Expand Down

0 comments on commit d91925e

Please sign in to comment.