mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
chores: refactor
This commit is contained in:
parent
485e33f91f
commit
7445213329
10
.github/workflows/validate-yamls.yml
vendored
10
.github/workflows/validate-yamls.yml
vendored
@ -20,7 +20,8 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validate-yamls:
|
||||
validate:
|
||||
name: Validate YAML Configuration Files
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -32,11 +33,6 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libcairo2-dev pkg-config
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
with:
|
||||
@ -66,4 +62,4 @@ jobs:
|
||||
else
|
||||
echo "YAML validation failed - check the logs above for details"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user