Skip to content

Commit

Permalink
install python deps in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashkumar committed May 20, 2024
1 parent 174c6d4 commit bdd2ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/xsd_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
- 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

0 comments on commit bdd2ad7

Please sign in to comment.