Skip to content

Commit 2efba40

Browse files
committed
proper black version aligned with bittensor
1 parent 035b153 commit 2efba40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m venv env/
2929
. env/bin/activate
3030
python -m pip install --upgrade pip
31-
pip install black
31+
pip install black==23.7.0
3232
3333
- save_cache:
3434
name: Save cached black venv

0 commit comments

Comments
 (0)