Skip to content

Commit 21b7667

Browse files
committed
Update pull-request.yml
1 parent 053ecf4 commit 21b7667

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
python-version: ["3.10"]
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
cache: 'pip'
@@ -34,7 +34,7 @@ jobs:
3434
run: sudo apt-get update && sudo apt-get install chromium-chromedriver
3535
- name: Install dependencies
3636
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
3838
python${{ matrix.python-version }} -m pip install `grep numpy== requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt`
3939
python${{ matrix.python-version }} -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
4040
python${{ matrix.python-version }} -m pip install --upgrade pip

0 commit comments

Comments
 (0)