2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 14:58:36 +00:00

pin test install (#11953)

This commit is contained in:
Matthias Mair
2026-05-15 23:52:11 +02:00
committed by GitHub
parent 7655dc3819
commit 2abaaff543
+1 -1
View File
@@ -93,7 +93,7 @@ jobs:
invoke dev.setup-test -i
- name: Create Plugin Data
run: |
pip install -U inventree-dummy-app-plugin
pip install -U inventree-dummy-app-plugin==0.1.0
invoke migrate
cd src/backend/InvenTree && python manage.py create_dummy_data
- name: Export Postgres Dataset