Fix py linter workflow

This commit is contained in:
Reckless_Satoshi 2023-11-14 13:58:46 +00:00
parent 281f1441ac
commit f2333f069a
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -24,9 +24,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11.6'
python-version: '3.12'
cache: pip
- run: pip install requirements_dev.txt
- run: pip install -r requirements_dev.txt
- name: Run linters
uses: wearerequired/lint-action@v2
with: