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 @@ -15,21 +15,21 @@ jobs:
15
15
python-version : ["3.10"]
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
token : ${{ secrets.PAT }}
22
22
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
cache : " pip"
28
28
cache-dependency-path : ' **/pyproject.toml'
29
29
30
30
- name : Install dependencies
31
31
run : |
32
- python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel build
32
+ python${{ matrix.python-version }} -m pip install --upgrade pip packaging wheel build cython setuptools
33
33
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
34
34
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
35
35
python${{ matrix.python-version }} -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments