mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-05-25 18:04:00 +00:00
chores: refactor
This commit is contained in:
parent
485e33f91f
commit
7445213329
8
.github/workflows/validate-yamls.yml
vendored
8
.github/workflows/validate-yamls.yml
vendored
@ -20,7 +20,8 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-yamls:
|
validate:
|
||||||
|
name: Validate YAML Configuration Files
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -32,11 +33,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
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
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v4
|
uses: astral-sh/setup-uv@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user