Skip to content

Commit

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

0 comments on commit 74e3c01

Please sign in to comment.