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' if: runner.os == 'Linux'
run: | run: |
apt install -y chromium-browser chromium-driver apt install -y chromium-browser chromium-driver
which chromium-browser chromium-browser --version
which chromium-chromedriver chromium-chromedriver --version
ln -s /usr/bin/chromium-browser /usr/bin/chrome
ln -s /usr/bin/chromium-chromedriver /usr/bin/chromedriver
- name: Run the pytests - name: Run the pytests
run: pytest -c pytest.ini -m chrome run: pytest -c pytest.ini -m chrome