Skip to content

Commit

Permalink
👷 Update chromedriver acquisition method
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Nov 20, 2023
1 parent 15b68e2 commit 7e00e86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Python application

on:
push:
branches:
- dev
- main
paths:
- '**.py'
- '**.yml'
Expand All @@ -20,7 +17,7 @@ jobs:
- name: Install Chrome
run: |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chromedriver-linux64.zip
wget -O chrome-linux64.zip `curl -s https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels.Stable.downloads.chromedriver[0].url'`
sudo rm -rf /usr/bin/chromedriver
sudo mkdir /usr/bin/chromedriver
sudo unzip chromedriver-linux64.zip -d /usr/bin/chromedriver
Expand Down

0 comments on commit 7e00e86

Please sign in to comment.