2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

install invoke

This commit is contained in:
Oliver Walters
2024-02-13 19:28:08 +11:00
parent e44cb6abd9
commit 886e2cdd8c

View File

@ -15,4 +15,5 @@ build:
jobs: jobs:
post_install: post_install:
- echo "Generating API schema file" - echo "Generating API schema file"
- pip install -U invoke
- invoke schema --filename docs/schema.yml --ignore-warnings - invoke schema --filename docs/schema.yml --ignore-warnings