Skip to content

Commit 8a247ca

Browse files
committed
Fix JSON schemas
1 parent 56c264c commit 8a247ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
# in the BO4E-Schemas repo. For this we have to retrieve the commits SHA via the API first.
6666
# For this, we use the lightweight tool jq (https://stedolan.github.io/jq/) to parse the JSON
6767
# response from the API.
68+
- name: Install dependencies for creating release
69+
run: |
70+
pip install requests click
6871
- name: Tag and release the new version in BO4E-Schemas
6972
run: python bo4e_schemas_create_release.py
7073
env:

0 commit comments

Comments
 (0)