Skip to content

Commit

Permalink
Remove redundant pip upgrade in "pytest" CI workflow
Browse files Browse the repository at this point in the history
This is ensured by actions/setup-python.
  • Loading branch information
khaeru committed Apr 11, 2023
1 parent 776f8b1 commit c785636
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
cache: pip
cache-dependency-path: "**/pyproject.toml"

- name: Upgrade pip, wheel
run: python -m pip install --upgrade pip wheel

- uses: ts-graphviz/setup-graphviz@v1

- name: Install the Python package and dependencies
Expand Down

0 comments on commit c785636

Please sign in to comment.