chg: [test] Do not install useless system packages

pull/8245/head
Jakub Onderka 2022-03-27 18:07:23 +02:00
parent 1a589c64f8
commit 8639c7436e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
# hotfix due to: https://bugs.php.net/bug.php?id=81640 TODO: remove after libpcre2-8-0:10.36 gets to stable channel
sudo apt-get --fix-broken install
fi
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
sudo apt-get -y install curl python3 python3-pip python3-nose apache2 libapache2-mod-php$php_version
# Runs a set of commands using the runners shell
- name: Install deps