From d6bd41cb05dee1542c5d5184978dad83a43b0a77 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 6 Jul 2026 12:45:33 +0000 Subject: [PATCH] Adjust import/export workflow --- .github/workflows/import_export.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import_export.yaml b/.github/workflows/import_export.yaml index 36f7f6d71d..fcad6432b8 100644 --- a/.github/workflows/import_export.yaml +++ b/.github/workflows/import_export.yaml @@ -90,7 +90,7 @@ jobs: - name: Setup Postgres Database run: | invoke migrate - invoke dev.setup-test -i + invoke dev.setup-test -i -b multi-notes-migration # TODO: remove the -b option once the multi-notes migration is merged into master - name: Create Plugin Data run: | pip install -U inventree-dummy-app-plugin==0.1.0