Skip to content

Commit 856dbf6

Browse files
committed
🩹
1 parent c0aeb68 commit 856dbf6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎.github/workflows/python-publish.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,13 @@ jobs:
8787
- name: Install dependencies
8888
run: |
8989
python -m pip install --upgrade pip
90+
pip install tox
9091
pip install -r requirements.txt
9192
# Note: The sphinx action below can only install a single requirements file.
93+
- name: Build JSON Schemas
94+
run: tox -e generate_json_schemas
95+
env:
96+
TARGET_VERSION: ${{ env.REF_NAME }}
9297
- name: Run kroki with docker
9398
run: |
9499
docker compose up -d

0 commit comments

Comments
 (0)