Skip to content

Commit

Permalink
add upgrade pip to install as test
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Nov 1, 2021
1 parent 9533454 commit ebd8af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -68,6 +68,7 @@ commands:
else
<< parameters.interpreter >> -m << parameters.venvmodule >> ~/venv
. ~/venv/bin/activate
pip install --upgrade pip
pip install ${PIP_EXTRA_OPTIONS} -r tests-requirements.txt
fi
Expand Down

0 comments on commit ebd8af6

Please sign in to comment.