mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 19:28:09 +00:00
fix: missing system dependencies install in gha
This commit is contained in:
parent
5119d63817
commit
4127ae42fb
5
.github/workflows/validate-yamls.yml
vendored
5
.github/workflows/validate-yamls.yml
vendored
@ -33,6 +33,11 @@ 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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user