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