Update main.yml

This commit is contained in:
碎念_Nian
2024-02-02 22:15:34 +08:00
committed by GitHub
Unverified
parent 70f4617819
commit ab1ff7dc45
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@main
with:
python-version: "latest-minor"
python-version: "3.x"
# 使用pip安装项目的依赖项
- name: Install dependencies