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/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.12.6' python-version: '3.x'
cache: 'pip' cache: 'pip'
- name: Lint - name: Lint
run: | run: |