Skip to content

Commit

Permalink
Install jsonschema in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 26, 2024
1 parent d5382f2 commit 031fd0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

- name: Validate schema
run: |
python -mvenv venv
. venv/bin/activate
python -m pip install check-jsonschema
check-jsonschema --check-metaschema schemas/sogis-mysoch-auth.json
Expand Down

0 comments on commit 031fd0f

Please sign in to comment.