Corriger l'absence de sslscan dans les tests de CI

This commit is contained in:
Philippe Noel 2024-07-03 14:20:12 +02:00 committed by Florian Wininger
parent c0f02a5028
commit f35d6ed2ef
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ test-python:
before_script:
- python -c "import sys; print(sys.version)"
- apt-get update
- apt-get install php-cli php-xml -y --no-install-recommends
- apt-get install php-cli php-xml sslscan -y --no-install-recommends
- python -m pip install --upgrade pip
- pip install -U setuptools
- pip3 install .[test]