测试actions
Some checks failed
Default / test (push) Failing after 12s
continuous-integration/drone/push Build is failing

This commit is contained in:
liyp 2023-12-10 08:17:14 +08:00
parent e64900cb9e
commit d4b451c8b5

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.10 # 适应你的 Python 版本 python-version: 3.10.0 # 适应你的 Python 版本
- name: Install Dependencies - name: Install Dependencies
run: | run: |