Skip to content

Commit 61cf390

Browse files
committed
update pip in CI
1 parent 6155093 commit 61cf390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
2929
run: |
30+
pip install --upgrade pip
3031
python -m pip install poetry
3132
poetry install
3233
- name: Lint

0 commit comments

Comments
 (0)