Skip to content

Commit

Permalink
Use pipx to run peribolox check
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Oct 10, 2024
1 parent 0a59126 commit ca9a0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/peribolos-schema-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
fetch-depth: 0
lfs: true
- run: pip install strictyaml --break-system-packages
- run: pipx install strictyaml
- name: Validate knative.yaml
run: python3 peribolos/validate-schema.py peribolos/knative.yaml
run: pipx run peribolos/validate-schema.py peribolos/knative.yaml
- name: Validate knative-extensions.yaml
run: python3 peribolos/validate-schema.py peribolos/knative-extensions.yaml
run: pipx run peribolos/validate-schema.py peribolos/knative-extensions.yaml

0 comments on commit ca9a0fe

Please sign in to comment.