From 088eadc272267ae5ee078134c86933a2a40612b1 Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Fri, 14 Mar 2025 23:27:03 +0100
Subject: [PATCH] [CI debug] more fiddling with the venv

perhaps with a venv we don't need to tell pip about root being ok
---
 .woodpecker/workflow.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml
index 4622e45..c09c8f3 100644
--- a/.woodpecker/workflow.yaml
+++ b/.woodpecker/workflow.yaml
@@ -17,8 +17,8 @@ steps:
     commands:
       - python -m venv venv
       - . venv/bin/activate
-      - echo VENV is $VIRTUAL_ENV
-      - python -m pip install --root-user-action=ignore --disable-pip-version-check --no-input --quiet -r requirements/test.txt
+      - echo $VIRTUAL_ENV
+      - python -m pip install --disable-pip-version-check --no-input --quiet -r requirements/test.txt
       - python -m pytest
 
 services: