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

Related to 8c96c0a094
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
1 changed files with 1 additions and 0 deletions

View File

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