We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1529f56 commit 0e86f74Copy full SHA for 0e86f74
.github/workflows/validate_examples.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: "pip"
22
- name: Install Python dependencies
23
run: |
24
- python3 -m pip install check-jsonschema==0.29.4 pyshacl==0.28.1
+ python3 -m pip install check-jsonschema==0.29.4 pyshacl==0.29.0
25
- name: Install dependencies
26
27
sudo apt install -y gawk
0 commit comments