From 4cfb2bfe59fb97db68aacc89188e2b9247916ce9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 26 Jun 2026 00:17:31 +0200 Subject: [PATCH] pin plugin creator version --- .github/workflows/frontend.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index 2585d982d9..7065f6f054 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -15,6 +15,7 @@ on: env: python_version: 3.12 node_version: 24 + plugin_creator_version: 1.20.0 # The OS version must be set per job server_start_sleep: 60 @@ -153,7 +154,7 @@ jobs: run: cd src/frontend && npx playwright install-deps - name: Install Sample Plugin run: | - pip install -U inventree-plugin-creator + pip install -U inventree-plugin-creator==${{ env.plugin_creator_version }} create-inventree-plugin --default cd MyCustomPlugin && pip install -e . && cd frontend && npm install && npm run translate && npm run build - name: Run Playwright tests @@ -235,7 +236,7 @@ jobs: run: cd src/frontend && npx playwright install-deps - name: Install Sample Plugin run: | - pip install -U inventree-plugin-creator + pip install -U inventree-plugin-creator==${{ env.plugin_creator_version }} create-inventree-plugin --default cd MyCustomPlugin && pip install -e . && cd frontend && npm install && npm run translate && npm run build - name: Playwright [${{ matrix.shard }} / 4]