Skip to content

Commit

Permalink
ci: remove upgrade pip step
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Sep 21, 2020
1 parent 2986076 commit 95523da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ jobs:
shell: bash
run: python -m poetry run pip --version >/dev/null 2>&1 || rm -rf .venv

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

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

0 comments on commit 95523da

Please sign in to comment.