Skip to content

Commit c1f0aed

Browse files
authored
Update release.yml
1 parent 2240745 commit c1f0aed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel build
3333
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
3434
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
35+
python${{ matrix.python-version }} -m pip install --upgrade pip
3536
python${{ matrix.python-version }} -m pip install --no-deps .[server]
3637
3738
- name: Build package

0 commit comments

Comments
 (0)