Skip to content

Commit

Permalink
Update pip before installing Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Nov 11, 2024
1 parent dbedd64 commit f285eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
python-version: ${{ matrix.python }}
cache: 'pip'

- name: Update pip
run: python -m pip install --upgrade pip

- name: Install Python core deps (3.8 — 3.11)
run: python -m pip install -r requirements.txt
if: ${{ matrix.python != '3.12' }}
Expand Down

0 comments on commit f285eac

Please sign in to comment.