Skip to content

Commit 14d4d1a

Browse files
committedAug 18, 2023
Remove pip from base packages upgrade in basemap-for-windows
1 parent 0c345b1 commit 14d4d1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/basemap-for-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
-
6060
name: Set Python base packages
6161
run: |
62-
pip install --upgrade pip setuptools wheel
62+
pip install --upgrade setuptools wheel
6363
-
6464
name: Install lint requirements
6565
run: |
@@ -175,7 +175,7 @@ jobs:
175175
-
176176
name: Set Python base packages
177177
run: |
178-
pip install --upgrade pip setuptools wheel
178+
pip install --upgrade setuptools wheel
179179
-
180180
name: Build old numpy from source
181181
run: |
@@ -229,7 +229,7 @@ jobs:
229229
-
230230
name: Set Python base packages
231231
run: |
232-
pip install --upgrade pip setuptools wheel
232+
pip install --upgrade setuptools wheel
233233
-
234234
name: Download build artifacts
235235
uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)
Please sign in to comment.