Update main.yml

This commit is contained in:
碎念_Nian
2024-02-02 22:02:44 +08:00
committed by GitHub
Unverified
parent 8bd8040bd8
commit 71c8f0fb4a
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python # 配置Python环境 - name: Set up Python # 配置Python环境
uses: actions/setup-python@main # 始终使用最新版本 uses: actions/setup-python@main # 始终使用最新版本
with: with:
python-version: 3.x # 使用Python 3.x版本 python-version: 'latest' # 使用最新版本的Python
- name: Install dependencies # 使用pip安装项目的依赖项 - name: Install dependencies # 使用pip安装项目的依赖项
run: | run: |