just use full update

This commit is contained in:
Matthias 2022-05-27 20:22:02 +02:00
parent 7aea8894a0
commit d3011e8127
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -71,8 +71,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install gettext sudo apt-get install gettext
pip3 install invoke pip3 install invoke
invoke install invoke update
invoke static
- name: Check Templated Files - name: Check Templated Files
run: | run: |
cd ci cd ci
@ -106,8 +105,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install gettext sudo apt-get install gettext
pip3 install invoke pip3 install invoke
invoke install invoke update
invoke static
- name: Check HTML Files - name: Check HTML Files
run: | run: |
npx markuplint **/templates/*.html npx markuplint **/templates/*.html
@ -149,8 +147,7 @@ jobs:
- name: Install InvenTree - name: Install InvenTree
run: | run: |
pip3 install invoke pip3 install invoke
invoke install invoke update
invoke migrate
- name: Download Python Code - name: Download Python Code
run: | run: |
git clone --depth 1 https://github.com/inventree/${{ env.wrapper_name }} ./${{ env.wrapper_name }} git clone --depth 1 https://github.com/inventree/${{ env.wrapper_name }} ./${{ env.wrapper_name }}