Update .gitea/workflows/execute.yml
Some checks failed
Execute / build (3.12) (push) Failing after 25s
Pylint / build (3.12) (push) Successful in 10s

This commit is contained in:
Greg Gauthier 2024-07-23 14:58:08 +00:00
parent 49cbb9cfb1
commit c1c3fd1f28

View File

@ -16,8 +16,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt install firefox
apt search chrome
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