Skip to content

Commit

Permalink
Ensure we have the latest pip version in CI before installing depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
sdispater committed Jul 10, 2020
1 parent 53868af commit ec4c93b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
shell: bash
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv

- name: Upgrade pip
shell: bash
run: poetry run python -m pip install pip -U

- name: Install dependencies
shell: bash
run: poetry install
Expand Down

0 comments on commit ec4c93b

Please sign in to comment.