|
|
@ -15,7 +15,7 @@ jobs:
|
|
|
|
- name: Set up Python 3.10
|
|
|
|
- name: Set up Python 3.10
|
|
|
|
uses: actions/setup-python@v5
|
|
|
|
uses: actions/setup-python@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: 3.10
|
|
|
|
python-version: 3.10.14
|
|
|
|
- name: Install Black
|
|
|
|
- name: Install Black
|
|
|
|
run: pip install black
|
|
|
|
run: pip install black
|
|
|
|
- name: Run black --check .
|
|
|
|
- name: Run black --check .
|
|
|
@ -33,7 +33,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- uses: isort/isort-action@v1
|
|
|
|
- uses: isort/isort-action@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
requirement-files: "requirements.txt"
|
|
|
|
requirements-files: "requirements.txt"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|