Skip to content

Commit

Permalink
Ensure brute-force upgrade works
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine32 authored Mar 1, 2025
1 parent 4d3df7b commit 252d71b
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 install -r pipeline/requirements.txt && ./scripts/rule-example-validation.sh
run: pip3 install --upgrade setuptools && pip3 install -r pipeline/requirements.txt && ./scripts/rule-example-validation.sh

0 comments on commit 252d71b

Please sign in to comment.