fix: 修改自动测试
Some checks failed
Python application test / build (pull_request) Failing after 16s

This commit is contained in:
dqy 2024-04-20 11:50:24 +08:00
parent 973f863e92
commit 53a7120bfc

View File

@ -15,7 +15,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8.15
python-version: "3.x"
cache: "pip"
architecture: "x64"
- name: Install dependencies
run: |
python -m pip install --upgrade pip