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

This commit is contained in:
Greg Gauthier 2024-07-23 14:54:26 +00:00
parent 4e3c267656
commit b396819bac

View File

@ -16,6 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt install chromium-browser chromium-chromedriver
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Run the pytests