Skip to content

Commit fccdb9a

Browse files
committed
Resolving black version conflict
1 parent 4c112f0 commit fccdb9a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/black.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,5 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: psf/black@stable
14-
15-
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v4
1714
with:
18-
python-version: ${{ matrix.python-version }}
19-
20-
- name: Install dependencies
21-
run: |
22-
python -m pip install --upgrade pip
23-
python -m pip install black==23.11.0
24-
25-
- name: Run tests
26-
run: |
27-
python -m black --check .
15+
version: "23.11.0"

0 commit comments

Comments
 (0)