From d3011e8127f6c51e9d8442dfc0575ac1b62ddd60 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 27 May 2022 20:22:02 +0200 Subject: [PATCH] just use full update --- .github/workflows/qc_checks.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index a2b0d92f38..94133b0d96 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -71,8 +71,7 @@ jobs: sudo apt-get update sudo apt-get install gettext pip3 install invoke - invoke install - invoke static + invoke update - name: Check Templated Files run: | cd ci @@ -106,8 +105,7 @@ jobs: sudo apt-get update sudo apt-get install gettext pip3 install invoke - invoke install - invoke static + invoke update - name: Check HTML Files run: | npx markuplint **/templates/*.html @@ -149,8 +147,7 @@ jobs: - name: Install InvenTree run: | pip3 install invoke - invoke install - invoke migrate + invoke update - name: Download Python Code run: | git clone --depth 1 https://github.com/inventree/${{ env.wrapper_name }} ./${{ env.wrapper_name }}