From e2fc93de9d67a799c9f5020a28bcacfac08a361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Sun, 3 Nov 2024 15:29:06 +0100 Subject: [PATCH] fix scripts call --- .github/workflows/ci-config-functions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-config-functions.yml b/.github/workflows/ci-config-functions.yml index 197a2851c9b..3ac26a0d344 100644 --- a/.github/workflows/ci-config-functions.yml +++ b/.github/workflows/ci-config-functions.yml @@ -44,8 +44,8 @@ jobs: uses: actions/setup-python@v4 - name: Install Poetry run: | - python -m pip install --upgrade pip - python -m pip install poetry + sudo python -m pip install --upgrade pip + sudo python -m pip install poetry - name: Run the scripts integration tests run: sudo make test_scripts