Skip to content

Commit

Permalink
add unbuffered logs option to python call
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar committed May 20, 2024
1 parent 44bd1c6 commit 03bf712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xsd_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Install dependencies
run: pip install -r .github/python/requirements.txt
- name: Validate CQL Test XML
run: python .github/python/xsd_validate.py -xsd_file tests/testSchema.xsd -xml_directory tests/cql
run: python -u .github/python/xsd_validate.py -xsd_file tests/testSchema.xsd -xml_directory tests/cql

0 comments on commit 03bf712

Please sign in to comment.