File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
python-version : ["3.10"]
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
cache : ' pip'
34
34
run : sudo apt-get update && sudo apt-get install chromium-chromedriver
35
35
- name : Install dependencies
36
36
run : |
37
- python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel
37
+ python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel cython setuptools
38
38
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
39
39
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
40
40
python${{ matrix.python-version }} -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments