Skip to content

Commit b1c4d06

Browse files
authored
Restore pip upgrade
1 parent 338f6ee commit b1c4d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29+
python -m pip install --upgrade pip
2930
pip install -r requirements_dev.txt
3031
- name: Lint with flake8
3132
run: |

0 commit comments

Comments
 (0)