Skip to content

Commit 746853f

Browse files
authored
Merge branch 'oasis-tcs:master' into master
2 parents 4d0fd88 + bcb60ff commit 746853f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- name: Install packages for XML and JSON validation
2626
run: |
27-
pip install xmlschema jsonschema xmlstarlet pyshacl
27+
pip install xmlschema jsonschema pyshacl
28+
sudo apt-get install xmlstarlet
2829
- name: Validate
2930
run: make validate_xml validate_json validate_rdf
3031
build:

0 commit comments

Comments
 (0)