playwright install
Some checks failed
Pylint / build (3.12) (push) Successful in 9s
Pytests / build (3.12) (push) Failing after 23s

This commit is contained in:
Greg Gauthier 2024-07-24 21:44:47 +01:00
parent 3eca22ae78
commit 964d354212
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
playwright install
- name: Analysing the code with pylint
run: |
behave

View File

@ -19,6 +19,7 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
python -m pip install -r requirements.txt
playwright install
- name: Analysing the code with pylint
run: |
pytest