Try latest stable python for lint
Some checks failed
/ lint (push) Failing after 13s

This commit is contained in:
Chris Cowley 2024-09-30 17:52:52 +02:00
parent fbff98cf57
commit 0199ab1a8d

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12.6'
python-version: '3.x'
cache: 'pip'
- name: Lint
run: |