This commit is contained in:
NianBroken
2024-02-13 20:17:25 +08:00 Unverified
parent 274987059e
commit c90ea002a7
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@main
# 配置Python环境
# 配置Python环境 "*"表示最新版
- name: Set up Python
uses: actions/setup-python@main
with: