upgrade pip

This commit is contained in:
Vincent Poulailleau 2020-12-04 09:29:05 +01:00
parent 2b7a621696
commit 8cbcc30f1e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
- name: Install poetry
run: |
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
source $HOME/.poetry/env
poetry --version