Skip to content

Commit 5c17a07

Browse files
committed
Update CI
1 parent c0af5b4 commit 5c17a07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies
3131
run: |
32-
python -m pip install --upgrade pip
33-
python -m pip install --upgrade wheel
32+
python -m pip install --upgrade pip wheel setuptools
3433
pip install -r requirements.txt
3534
- name: Install SeleniumBase
3635
run: |

0 commit comments

Comments
 (0)