perl is not required anymore by sipify (#59544)

This commit is contained in:
Denis Rouzaud 2024-11-21 08:49:23 +01:00 committed by GitHub
parent 2eef9e12d3
commit fd18e3e05b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,23 +182,6 @@ jobs:
python-version: '3.12'
- name: Install Requirements
run: |
sudo apt-get update
sudo apt install -y \
cpanminus \
libyaml-tiny-perl \
libio-socket-ssl-perl \
libhttp-date-perl \
libgetopt-long-descriptive-perl \
libmoo-perl \
libnamespace-clean-perl \
libpath-tiny-perl \
libpod-constants-perl \
libscalar-list-utils-perl \
libsort-key-perl \
libstrictures-perl \
libstring-escape-perl \
libtry-tiny-perl \
expect
python -m pip install --upgrade pip
pip install autopep8 nose2 mock termcolor pyyaml
- name: Checkout