This commit is contained in:
NianBroken
2024-02-14 17:25:06 +08:00 Unverified
parent 05868f3ca1
commit d99fa0cc11
+2
View File
@@ -111,6 +111,8 @@ jobs:
# 配置Python环境 # 配置Python环境
- name: Set up Python - name: Set up Python
uses: actions/setup-python@main uses: actions/setup-python@main
with:
python-version: '*'
# 使用pip安装项目的依赖项 # 使用pip安装项目的依赖项
- name: Install dependencies - name: Install dependencies