Skip to content

Commit

Permalink
Add pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 6, 2023
1 parent 7674a22 commit 251943b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"

- name: Upgrade pip
run: pip install --upgrade pip

- name: Install setuptools
run: pip install --upgrade distribute setuptools

Expand Down

0 comments on commit 251943b

Please sign in to comment.