File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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 pip-tools
28
+ python${{ matrix.python-version }} -m pip install --upgrade pip
29
29
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
30
- python${{ matrix.python-version }} -m piptools sync requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
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 .
32
32
- name : Test modules
33
33
run : python${{ matrix.python-version }} -m pytest tests
You can’t perform that action at this time.
0 commit comments