fix: [test] Repo is missing

pull/7205/head
Jakub Onderka 2021-03-14 11:21:34 +01:00 committed by Alexandre Dulaunoy
parent 765d948263
commit d7228de232
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 4 deletions

View File

@ -66,10 +66,8 @@ jobs:
run: |
git submodule update --init --recursive
sudo apt-get -y update
if [[ $php_version == "7.4" ]]; then
# Repo is missing for unknown reason
LC_ALL=C.UTF-8 sudo apt-add-repository ppa:ondrej/php -y
fi
# Repo is missing for unknown reason
LC_ALL=C.UTF-8 sudo apt-add-repository ppa:ondrej/php -y
sudo apt-get -y install curl python3 python3-zmq python3-requests python3-pip python3-nose python3-redis python3-lxml apache2 libapache2-mod-php$php_version libfuzzy-dev
sudo pip3 install virtualenv # virtualenv must be instaled from pip and not from ubuntu pacckages
sudo pip3 install --upgrade -r requirements.txt