Skip to content

Commit b10649d

Browse files
committed
fix schema check
1 parent 39c3a8b commit b10649d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci_schema.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ jobs:
1818
cache-dependency-glob: "requirements/**/*.txt"
1919
version: "latest"
2020

21-
- name: Install pkg
22-
run: |
23-
uv pip install --system check-jsonschema
24-
2521
- name: GH Workflows
26-
run: check-jsonschema .github/workflows/*.yml --builtin-schema "github-workflows"
22+
run: uvx check-jsonschema .github/workflows/*.yml --builtin-schema "github-workflows"
2723

2824
# - name: Azure Pipelines
2925
# env:

0 commit comments

Comments
 (0)