修改运行命令为python3

This commit is contained in:
william 2024-09-18 14:11:27 +08:00
parent 87eb5e4ff5
commit 940bfa15bb

View File

@ -11,6 +11,6 @@ steps:
- name: run - name: run
commands: commands:
- pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt - pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple -r requirements.txt
- python ui.py - python3 ui.py
... ...