Skip to content

Commit ec7afa7

Browse files
committed
Use normal pip again
See pypa/pip#12430 (comment) for more information
1 parent 3a4bda6 commit ec7afa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Use latest version of pip
3737
run: |
38-
python -m pip install git+https://github.com/notatallshaw/pip.git@prefer-conflicting-causes
38+
python -m pip install --upgrade pip
3939
4040
- name: Install Python dependencies including pylint
4141
run: |

0 commit comments

Comments
 (0)