From dd82b41c710d95837698b0312375b4d536e4c43b Mon Sep 17 00:00:00 2001 From: wolflu05 <76838159+wolflu05@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:58:17 +0000 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b779656..350daeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,7 @@ jobs: container: image: inventree/inventree:latest + options: --user root env: INVENTREE_DB_ENGINE: postgresql INVENTREE_DB_NAME: inventree @@ -119,19 +120,12 @@ jobs: run: | cd /home/inventree echo "==============================" - pip freeze + pip3 freeze echo "==============================" cat requirements.txt echo "==============================" pip3 install --no-cache-dir --disable-pip-version-check -U -r requirements.txt - - name: Update - if: always() - run: | - cd /home/inventree - pip freeze - invoke update - - name: Setup inventree-bulk-plugin run: | cd /home/inventree