[gha] also install selenium

django-5.0
Thomas Leichtfuß 2023-02-12 20:44:17 +01:00
parent 219fda4c85
commit f055200eff
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install coverage wheel
pip install coverage wheel "selenium<4.3.0"
pip install ${{ matrix.django-version }}
pip install --editable ./