Skip to content

Commit c28d083

Browse files
committed
Fix CI: Pin black version and update code
1 parent dc0ae51 commit c28d083

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
# Install linting and formatting tools
36-
pip install flake8 black
37-
36+
pip install flake8 black==23.9.1
37+
3838
# Install project dependencies (if requirements.txt exists)
3939
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
4040

0 commit comments

Comments
 (0)