Skip to content

Commit cb7a2ea

Browse files
committed
Try fixing CI
1 parent f148d44 commit cb7a2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
python-version: ${{ matrix.python-version }}
119119

120120
- name: Install dependencies
121-
run: python -m pip install .[drf]
121+
run: python -m pip install --upgrade pip .[drf]
122122

123123
- name: Install dependencies
124124
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)