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 2240745 commit c1f0aedCopy full SHA for c1f0aed
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel build
33
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
34
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
36
python${{ matrix.python-version }} -m pip install --no-deps .[server]
37
38
- name: Build package
0 commit comments