Skip to content

Commit

Permalink
pin chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden committed Dec 19, 2023
1 parent 1b68b64 commit 3674de0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-integration-vizro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
echo "chrome_version=119.0.6045.105" >> $GITHUB_OUTPUT
sudo apt-get update
sudo apt-get install libu2f-udev -y
wget "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${{ steps.chrome_install.outputs.chrome_version }}-1_amd64.deb"
sudo apt-get install -y --allow-downgrades ~/google-chrome-stable_${{ steps.chrome_install.outputs.chrome_version }}-1_amd64.deb
rm ~/google-chrome-stable_${{ steps.chrome_install.outputs.chrome_version }}-1_amd64.deb
wget "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_$chrome_version-1_amd64.deb"
sudo apt-get install -y --allow-downgrades ~/google-chrome-stable_$chrome_version-1_amd64.deb
rm ~/google-chrome-stable_$chrome_version-1_amd64.deb
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${{ steps.chrome_install.outputs.chrome_version }}/linux64/chromedriver-linux64.zip
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$chrome_version/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
sudo mv chromedriver /usr/bin/chromedriver
sudo chown root:root /usr/bin/chromedriver
Expand Down

0 comments on commit 3674de0

Please sign in to comment.