mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-21 20:59:01 +00:00
Fix py linter workflow
This commit is contained in:
parent
281f1441ac
commit
f2333f069a
4
.github/workflows/py-linter.yml
vendored
4
.github/workflows/py-linter.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.6'
|
python-version: '3.12'
|
||||||
cache: pip
|
cache: pip
|
||||||
- run: pip install requirements_dev.txt
|
- run: pip install -r requirements_dev.txt
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user