Skip to content

Commit 300d4e4

Browse files
committed
FIX: Pin black version to 24.8.0 in GitHub Actions CI
- Changed from 'black>=22.0.0' to 'black==24.8.0' - Ensures CI uses the same black version as local development - Should resolve formatting inconsistencies between local and CI environments
1 parent 57ae727 commit 300d4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python -m pip install --upgrade pip
4242
pip install -r requirements.txt
43-
pip install pytest pytest-cov flake8 "black>=22.0.0" isort
43+
pip install pytest pytest-cov flake8 "black==24.8.0" isort
4444
4545
- name: Install pygetpapers in development mode
4646
run: |

0 commit comments

Comments
 (0)