ci: add missing python3-venv package for testing (#1729)
Related to 8c96c0a094
This commit is contained in:
parent
8c96c0a094
commit
e623c1f0df
|
@ -67,6 +67,7 @@ jobs:
|
||||||
git \
|
git \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3-venv \
|
||||||
$(cat packages.list)
|
$(cat packages.list)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue