From: Andrew Lewis Date: Mon, 16 Feb 2026 11:24:25 +0000 (+0200) Subject: [Test] Don't install python libraries at runtime X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35481cbe12f73bb30ff02c358233bb8c76e5210;p=thirdparty%2Frspamd.git [Test] Don't install python libraries at runtime --- diff --git a/.github/workflows/ci_rspamd.yml b/.github/workflows/ci_rspamd.yml index 3c795b4b87..c8a1b82dac 100644 --- a/.github/workflows/ci_rspamd.yml +++ b/.github/workflows/ci_rspamd.yml @@ -78,10 +78,6 @@ jobs: run: | sudo mv /usr/bin/miltertest /usr/bin/miltertest.is.broken.on.fedora || true - - name: Install Python dependencies for functional tests - run: | - pip install --break-system-packages msgpack redis - - name: Run functional tests run: | cd ${GITHUB_WORKSPACE}/build