Skip to content

Commit

Permalink
Add an "Update pip" step
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Apr 30, 2024
1 parent e59c879 commit 5c58efe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

- name: Lint
run: |
pip install flake8
Expand Down

0 comments on commit 5c58efe

Please sign in to comment.