Skip to content

Commit

Permalink
Try without period
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine32 authored Mar 1, 2025
1 parent 2c4c2ab commit 607209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ jobs:
run: sparta valid --rules metadata/rules/ --schema metadata/rules.schema.yaml
## Run GO Rule examples
- name: GO Rule example validation
run: pip3 list && ./usr/lib/python3 -m pip list && pip3 install -r pipeline/requirements.txt && ./scripts/rule-example-validation.sh
run: pip3 list && /usr/lib/python3 -m pip list && pip3 install -r pipeline/requirements.txt && ./scripts/rule-example-validation.sh

0 comments on commit 607209c

Please sign in to comment.