trying to fix the chromedriver link
Some checks failed
ChromeTests / build (3.12) (push) Failing after 28s
EdgeTests / build (3.12) (push) Successful in 1m15s
Pylint / build (3.12) (push) Successful in 13s

This commit is contained in:
Greg Gauthier 2024-07-23 20:46:26 +01:00
parent f7b81266fc
commit 8c821b3c08

View File

@ -32,10 +32,8 @@ jobs:
if: runner.os == 'Linux'
run: |
apt install -y chromium-browser chromium-driver
which chromium-browser
which chromium-chromedriver
ln -s /usr/bin/chromium-browser /usr/bin/chrome
ln -s /usr/bin/chromium-chromedriver /usr/bin/chromedriver
chromium-browser --version
chromium-chromedriver --version
- name: Run the pytests
run: pytest -c pytest.ini -m chrome