We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550c9f6 commit b558807Copy full SHA for b558807
.travis.yml
@@ -31,6 +31,9 @@ before_install:
31
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv
32
- wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
33
- unzip chromedriver-linux64.zip -d $HOME/.local/bin
34
+ - mkdir -vp ~/.docker/cli-plugins/
35
+ - curl --silent -L "https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
36
+ - chmod a+x ~/.docker/cli-plugins/docker-buildx
37
install:
38
- pip3 install -r requirements.txt
39
- pip3 install pyasn1 --upgrade
0 commit comments