Skip to content

Commit

Permalink
fix actinos
Browse files Browse the repository at this point in the history
  • Loading branch information
sabban committed Sep 25, 2024
1 parent 320ff27 commit ab5b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cmd: find . -path ./.tests -prune -o -name "*"yaml -exec sh -c 'yq -o=json {} > $(dirname {})/$(basename {} .yaml).json' \;
- name: transform to json schema
run: |
sudo apt-get install -y pip3
sudo apt-get install -y python-pip3
pip3 install pydantic
python -c 'from models.parser import Parser; import json; out_file=open("parser_schema.json","w"); json.dump(Parser.model_json_schema(),out_file)'
- name: validate parsers against schema
Expand Down

0 comments on commit ab5b3f0

Please sign in to comment.