CI: Enable venv before running ci-driver.sh for Chutney.

This commit is contained in:
Alexander Hansen Færøy 2025-03-18 14:47:53 +01:00
parent a50fb35b6c
commit d0dd2f72fa

View file

@ -200,6 +200,7 @@ debian-integration:
STEM: "yes"
ALL_BUGS_ARE_FATAL: "yes"
script:
- source venv/bin/activate
- ./scripts/ci/ci-driver.sh
#####