We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8574d commit 484da84Copy full SHA for 484da84
.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.31.0 pyshacl==0.29.1 spdx3-validate==0.0.5
+ python3 -m pip install check-jsonschema==0.31.0 pyshacl==0.30.0 spdx3-validate==0.0.5
25
- name: Install dependencies
26
27
sudo apt install -y gawk
0 commit comments