mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-20 12:19:00 +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/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:
|
||||
|
Loading…
Reference in New Issue
Block a user