Update g.yaml
This commit is contained in:
parent
e3d34a71fd
commit
ed87d58b20
|
@ -23,6 +23,8 @@ jobs:
|
||||||
# 步骤 3: 安装依赖(如果有)
|
# 步骤 3: 安装依赖(如果有)
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libjpeg-dev zlib1g-dev
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue