Skip to content

Commit 7c8985d

Browse files
committed
ci: remove pip upgrade
1 parent 69751ca commit 7c8985d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/base-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies
3232
run: |
33-
python -m pip install --upgrade pip
3433
python -m pip install tox coveralls<3
3534
- name: Lint code
3635
run: tox -e lint

0 commit comments

Comments
 (0)