Skip to content

Commit

Permalink
Try moving install earlier and list installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dustine32 authored Mar 1, 2025
1 parent 74e3c01 commit 2c4c2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install packages
run: apt-get update -qq && apt-get install -y kwalify python3 python3-pip mmv -qq
- name: Install python stuff
run: pip3 install pyyaml typing graphstore/rule-runner linkml==1.7.4
run: pip3 install pyyaml typing graphstore/rule-runner linkml==1.7.4 setuptools==61 && pip3 list
## Users.
- name: Test users schema.
run: |
Expand Down 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 setuptools==61 && 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 2c4c2ab

Please sign in to comment.