Skip to content

Commit 98fde21

Browse files
committed
Update pip on Linux configs for testing.
1 parent ea26b7b commit 98fde21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
with:
106106
submodules: true
107107
fetch-depth: 0
108+
- name: Update pip
109+
run: pip install --upgrade pip
108110
- name: Setup Environment variables
109111
run: if [ "3.11" == "${{ matrix.python-version }}" ]; then echo "TEST_DEPENDS=$(echo $NP_TEST_DEP_LATEST)" >> $GITHUB_ENV; else echo "TEST_DEPENDS=$(echo $NP_TEST_DEP)" >> $GITHUB_ENV; fi
110112
- name: Download a wheel accordingly to matrix

0 commit comments

Comments
 (0)