From: Maria Matejka Date: Mon, 13 Jan 2025 21:21:43 +0000 (+0100) Subject: use python venv for debian X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0408c0e35395b5281342bcc9f3c180e264acc3a9;p=thirdparty%2Fbird.git use python venv for debian --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76c2f1e96..5ef508428 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -380,6 +380,8 @@ build-opensuse-15.3-amd64: .pkg-deb: &pkg-deb stage: pkg script: + - python3 venv venv + - . venv/bin/activate - pip3 install apkg - BRANCH=$CI_COMMIT_BRANCH ARCHIVE_DOCS=false apkg build #- apkg install -y pkg/pkgs/*/*/*.deb