ci: add missing python3-venv package for testing (#1729)

Related to 8c96c0a0949f2de637f9ca10e706162dcd96ef45
This commit is contained in:
Jonas L 2022-04-03 15:07:31 +02:00 committed by GitHub
parent 8c96c0a094
commit e623c1f0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ jobs:
git \
python3 \
python3-pip \
python3-venv \
$(cat packages.list)
EOF