fix: 修改自动测试

This commit is contained in:
dqy 2024-04-20 14:05:01 +08:00
parent f13d9266c6
commit e2fa93f095

@ -8,14 +8,14 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9.1"
python-version: "v3.9.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip