Skip to content

Commit

Permalink
Update linting.yml
Browse files Browse the repository at this point in the history
Test solution proposed at pypa/pip#12430 (comment)
  • Loading branch information
1kastner authored Dec 10, 2023
1 parent cdb6ba2 commit cd222de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Use latest version of pip
run: |
python -m pip install --upgrade pip
python -m pip install git+https://github.com/notatallshaw/pip.git@prefer-conflicting-causes
- name: Install Python dependencies including pylint
run: |
Expand Down

0 comments on commit cd222de

Please sign in to comment.