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