1
This commit is contained in:
@ -40,7 +40,12 @@ jobs:
|
||||
|
||||
- name: 安装后端依赖
|
||||
working-directory: back
|
||||
run: python3.11 -m pip install --break-system-packages -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||
run: |
|
||||
python3.11 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
|
||||
|
||||
- name: 构建 Docker 镜像
|
||||
run: docker-compose build
|
||||
run: |
|
||||
docker-compose build
|
Reference in New Issue
Block a user