I give up
Some checks failed
Execute / build (3.12) (push) Failing after 11s
Pylint / build (3.12) (push) Successful in 10s

This commit is contained in:
Greg Gauthier 2024-07-23 19:10:28 +01:00
parent be9aa45e18
commit 4078d2430b

View File

@ -23,6 +23,13 @@ jobs:
python -m pip install -r requirements.txt
mkdir drivers
- name: Install Chrome and ChromeDrivers
run: |
apt update
apt install chromium-browser
# wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/linux64/chrome-linux64.zip
# wget https://developer.chrome.com/docs/chromedriver/downloads#chromedriver_1140573590
- name: Install Edge and EdgeDriver for Linux
if: runner.os == 'Linux'
run: |