mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
chore: remove yq install on CI
No more YAML processing, the spec is JSON. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
0671189e34
commit
7ecd015b41
1 changed files with 0 additions and 6 deletions
6
.github/workflows/conformance.yml
vendored
6
.github/workflows/conformance.yml
vendored
|
|
@ -87,12 +87,6 @@ jobs:
|
|||
sudo cp ~/oasdiff /usr/local/bin/oasdiff
|
||||
sudo chmod +x /usr/local/bin/oasdiff
|
||||
|
||||
# Install yq for YAML processing
|
||||
- name: Install yq
|
||||
run: |
|
||||
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
|
||||
sudo chmod +x /usr/local/bin/yq
|
||||
|
||||
# Verify API specs exist for conformance testing
|
||||
- name: Check API Specs
|
||||
if: steps.skip-check.outputs.skip != 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue