Skip to content

Commit e700974

Browse files
committed
Remove pip update
1 parent fa6245e commit e700974

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
with:
3232
python-version: '3.10'
3333

34-
- name: Update pip
35-
run: |
36-
python -m pip install --upgrade pip
37-
3834
- name: Install Python packages (Windows only)
3935
if: matrix.os == 'windows-latest'
4036
shell: pwsh
@@ -109,10 +105,6 @@ jobs:
109105
with:
110106
python-version: '3.10'
111107

112-
- name: Update pip
113-
run: |
114-
pip install --upgrade pip
115-
116108
- name: Cache pip dependencies
117109
uses: actions/cache@v5
118110
with:

0 commit comments

Comments
 (0)