Skip to content

Commit

Permalink
Use python 3.11 (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Oct 23, 2024
1 parent 90895ac commit 4708cf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/peribolos-schema-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
with:
fetch-depth: 0
lfs: true
- run: pip install strictyaml --break-system-packages
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install strictyaml
- name: Validate knative.yaml
run: python3 peribolos/validate-schema.py peribolos/knative.yaml
- name: Validate knative-extensions.yaml
Expand Down

0 comments on commit 4708cf5

Please sign in to comment.