Skip to content

Commit 0c345b1

Browse files
committedAug 18, 2023
Force installation of base packages in basemap-for-windows build job
1 parent 61dcde1 commit 0c345b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ jobs:
226226
with:
227227
architecture: ${{ matrix.arch }}
228228
python-version: ${{ matrix.python-version }}
229+
-
230+
name: Set Python base packages
231+
run: |
232+
pip install --upgrade pip setuptools wheel
229233
-
230234
name: Download build artifacts
231235
uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)
Please sign in to comment.