8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26b7b commit 98fde21Copy full SHA for 98fde21
.github/workflows/build_wheels_linux.yml
@@ -105,6 +105,8 @@ jobs:
105
with:
106
submodules: true
107
fetch-depth: 0
108
+ - name: Update pip
109
+ run: pip install --upgrade pip
110
- name: Setup Environment variables
111
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
112
- name: Download a wheel accordingly to matrix
0 commit comments