Update CI

This commit is contained in:
Michael Mintz 2024-01-19 01:15:37 -05:00
parent c0af5b4423
commit 5c17a07dff
1 changed files with 2 additions and 3 deletions

View File

@ -24,13 +24,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
python -m pip install --upgrade pip wheel setuptools
pip install -r requirements.txt
- name: Install SeleniumBase
run: |