Browse Source

Fix CI?

pull/1067/head
Matthew Petroff 2 years ago
parent
commit
146c951c31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -5,7 +5,7 @@ services:
addons:
chrome: stable
before_install:
- sudo apt-get install -y python3-pillow python3-numpy python3-pip mesa-utils libgl1-mesa-dri libglapi-mesa libosmesa6
- sudo apt-get install -y python3-pillow python3-numpy python3-pip mesa-utils libgl1-mesa-dri libglapi-mesa libosmesa6 python3-setuptools
- sudo pip3 install selenium
install:
- CHROME_VERSION=`google-chrome --version | sed -r 's/Google Chrome ([0-9]+\.[0-9]+\.[0-9]+).*/\1/'`


Loading…
Cancel
Save