modify lint to python3.10

This commit is contained in:
mulin.lyh
2024-01-16 16:23:21 +08:00
parent 0e074d3fcf
commit 32d67e238f

View File

@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10
- name: Install pre-commit hook
run: |
pip install pre-commit