remove apt searches in execute workflow
Some checks failed
Execute / build (3.12) (push) Failing after 21s
Pylint / build (3.12) (push) Successful in 9s

This commit is contained in:
Greg Gauthier 2024-07-23 16:22:39 +01:00
parent a7ff39f053
commit 842ddb4399

View File

@ -16,9 +16,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt search firefox
apt search chrom
apt search driver
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Run the pytests