Skip to content

Commit

Permalink
Skip pyshacl
Browse files Browse the repository at this point in the history
Temporary skip pyshacl to see the results of spdx3-validate

Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact committed Dec 6, 2024
1 parent aa71035 commit b74252c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: "pip"
- name: Install Python dependencies
run: |
python3 -m pip install check-jsonschema==0.29.4 pyshacl==0.29.0 spdx3-validate==0.0.5
python3 -m pip install check-jsonschema==0.30.0 pyshacl==0.29.0 spdx3-validate==0.0.5
- name: Install dependencies
run: |
sudo apt install -y gawk
Expand Down
4 changes: 2 additions & 2 deletions bin/check-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ HEREDOC

echo "{}]" >> $COMBINED_JSON

check_model $COMBINED_JSON
echo ""
# check_model $COMBINED_JSON
# echo ""
check_spdx $COMBINED_JSON
echo ""
done

0 comments on commit b74252c

Please sign in to comment.