mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-05-30 12:18:30 +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:
|
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