Skip to content

Commit a436993

Browse files
authored
Fixed black (#534)
1 parent d902fd9 commit a436993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
pip install pytest-cov --user
4343
pip install ./azure-kusto-data[aio,pandas] ./azure-kusto-ingest[aio,pandas] --user
4444
pip freeze
45-
- uses: psf/black@stable
45+
# We have to use an old version of this plugin, as the new one assumes python 3.8
46+
- uses: psf/black@c8f1a5542c257491e1e093b1404481ece7f7e02c
4647
with:
4748
options: "--check --diff --line-length 160"
4849
version: "23.3.0"

0 commit comments

Comments
 (0)