Skip to content

Commit

Permalink
Make CI compatible with Chrome>=115
Browse files Browse the repository at this point in the history
  • Loading branch information
aptiko committed Jul 26, 2023
1 parent 272dc48 commit 92d0a54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests-automatically.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
python -m pip install --upgrade pip 'setuptools<58' # See https://stackoverflow.com/questions/69123406
CPLUS_INCLUDE_PATH=/usr/include/gdal C_INCLUDE_PATH=/usr/include/gdal pip install 'gdal==3.4.1'
pip install 'psycopg2>=2.8,<2.9' codecov coverage isort flake8 'black>=22.8,<23'
wget -O chromedriver_version https://chromedriver.storage.googleapis.com/LATEST_RELEASE_`google-chrome --version|awk '{ print $3 }'|awk -F. '{ print $1 }'`
wget https://chromedriver.storage.googleapis.com/`cat chromedriver_version`/chromedriver_linux64.zip
sudo unzip chromedriver_linux64.zip -d /usr/local/bin
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/`google-chrome --version|awk '{ print $3 }'`/linux64/chromedriver-linux64.zip
sudo unzip chromedriver-linux64.zip -d /usr/local/bin
pip install -r requirements.txt
pip install -r requirements-dev.txt
npm install
Expand Down

0 comments on commit 92d0a54

Please sign in to comment.