Skip to content

Commit

Permalink
Use older version of black in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeee committed Oct 17, 2024
1 parent c829b7c commit 52dae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python -m pip install --progress-bar off --upgrade pip
pip install .[dev,aws] --progress-bar off
- name: Black
uses: psf/black@stable
uses: psf/black@24.8.0
with:
src: "./buildstockbatch"
- name: Run PyTest and Coverage
Expand Down

0 comments on commit 52dae4d

Please sign in to comment.