Skip to content

Commit

Permalink
Use latest pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Dec 9, 2023
1 parent 1273b81 commit 4384498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Use latest version of pip
run: |
pip3 install --upgrade pip
- name: Install Python dependencies including pylint
run: |
pip3 install --user -e .[dev]
Expand Down

0 comments on commit 4384498

Please sign in to comment.