ci: pin python version for checkstyle script (#1447)

This commit is contained in:
James Hegedus 2023-01-23 03:01:42 +11:00 committed by GitHub
parent 2bf9308d96
commit 1ae7b683e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -40,8 +40,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v1
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.7.13"
- name: Run checkstyle.py
run: scripts/checkstyle.py

View File

@ -1 +0,0 @@
python 3.11.1