Skip to content

Commit 4f42fe5

Browse files
committed
upgrade pip just before building wheel
1 parent 6c34f93 commit 4f42fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
echo "------- BEFORE INSTALL --------"
118118
before_install
119119
echo "------- CLEAN CODE --------"
120+
python -m pip install --upgrade pip
120121
/bin/rm -rf $REPO_DIR
121122
git clone https://github.com/Unidata/${REPO_DIR}
122123
cd $REPO_DIR

0 commit comments

Comments
 (0)