We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0af5b4 commit 5c17a07Copy full SHA for 5c17a07
.github/workflows/python-package.yml
@@ -24,13 +24,12 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: Set up Python ${{ matrix.python-version }}
27
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python-version }}
30
- name: Install dependencies
31
run: |
32
- python -m pip install --upgrade pip
33
- python -m pip install --upgrade wheel
+ python -m pip install --upgrade pip wheel setuptools
34
pip install -r requirements.txt
35
- name: Install SeleniumBase
36
0 commit comments