File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
run : sudo apt-get update && sudo apt-get install chromium-chromedriver
26
26
- name : Install dependencies
27
27
run : |
28
- python${{ matrix.python-version }} -m pip install --upgrade pip packaging
28
+ python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
29
29
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
30
30
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
31
31
python${{ matrix.python-version }} -m pip install --no-deps .
Original file line number Diff line number Diff line change 23
23
run : sudo apt-get update && sudo apt-get install firefox-geckodriver
24
24
- name : Install dependencies
25
25
run : |
26
- python -m pip install --user --upgrade pip pip-tools numpy
27
- python -m piptools sync --user requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
28
- python -m pip install --user --no-deps .
26
+ python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
27
+ python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
28
+ python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
29
+ python${{ matrix.python-version }} -m pip install --no-deps .
29
30
- name : Build new docs
30
31
run : |
31
32
cd docs_rst
You can’t perform that action at this time.
0 commit comments