From 76f30befe8c553bf470e22ce1cf612c8e026e13e Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Fri, 14 Mar 2025 23:08:30 +0100
Subject: [PATCH] [CI] tell pip again it is ok to run as root

perhaps we using this parameter correctly this time..
---
 .woodpecker/workflow.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml
index 73a2d65..79f91fc 100644
--- a/.woodpecker/workflow.yaml
+++ b/.woodpecker/workflow.yaml
@@ -18,7 +18,7 @@ steps:
       - python -m venv venv
       - /bin/bash -c "source venv/bin/activate"
       - echo VENV is $VIRTUAL_ENV
-      - python -m pip install --root-user-action --disable-pip-version-check --no-input --quiet -r requirements/test.txt
+      - python -m pip install --root-user-action=ignore --disable-pip-version-check --no-input --quiet -r requirements/test.txt
       - python -m pytest
 
 services: