Update .gitea/workflows/execute.yml
This commit is contained in:
parent
b396819bac
commit
49cbb9cfb1
@ -16,7 +16,8 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt install chromium-browser chromium-chromedriver
|
||||
apt install firefox
|
||||
apt search chrome
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
- name: Run the pytests
|
||||
|
Loading…
Reference in New Issue
Block a user