Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
prryplatypus committed Aug 20, 2023
1 parent 73c5ac0 commit 645bfc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ runs:
with:
python-version: ${{ matrix.config.python-version }}

- name: Upgrade pip
shell: bash
run: python -m pip install --upgrade pip

- name: Install tox
shell: bash
run: pip install tox
Expand Down

0 comments on commit 645bfc9

Please sign in to comment.