diff --git a/.github/workflows/test_deploy.yaml b/.github/workflows/test_deploy.yaml index 2d5fde6..ccf1a88 100644 --- a/.github/workflows/test_deploy.yaml +++ b/.github/workflows/test_deploy.yaml @@ -75,7 +75,7 @@ jobs: git clone https://github.com/inventree/InvenTree/ mkdir InvenTree/static cp tests/files/inventree_default_db.sqlite3 InvenTree/ - cd InvenTree/ && git switch 0.14.3 && invoke install && invoke migrate && cd - + cd InvenTree/ && git switch 0.14.x && invoke install && invoke migrate && cd - - name: Ki-nTree setup run: | invoke install