Update main.yml
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Python # 配置Python环境
|
||||
uses: actions/setup-python@main # 始终使用最新版本
|
||||
with:
|
||||
python-version: 3.x # 使用Python 3.x版本
|
||||
python-version: 'latest' # 使用最新版本的Python
|
||||
|
||||
- name: Install dependencies # 使用pip安装项目的依赖项
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user