File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- name : Install dependencies
51
51
run : |
52
- python -m pip install --user `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
53
- python -m pip install --user -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
54
- python -m pip install --user --no-deps .[server]
52
+ python -m pip install --upgrade pip
53
+ python -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
54
+ python -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
55
+ python -m pip install --upgrade pip
56
+ python -m pip install --no-deps .[server]
55
57
56
58
- name : Build package
57
59
run : SETUPTOOLS_SCM_PRETEND_VERSION=${{env.NEXT_RELEASE}} python -m build
You can’t perform that action at this time.
0 commit comments