]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] Don't install python libraries at runtime 5892/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 16 Feb 2026 11:24:25 +0000 (13:24 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 16 Feb 2026 11:24:25 +0000 (13:24 +0200)
.github/workflows/ci_rspamd.yml

index 3c795b4b87e5398c322946b74a6f6e3809bc28db..c8a1b82dac7f6e935c053d22088d073c22912f15 100644 (file)
@@ -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