Skip to content

Commit

Permalink
bug: fix psf/black package version
Browse files Browse the repository at this point in the history
The latest release of black has introduced breaking changes which affect the ci pipeline and python test. Specify a version for download until that can be fixed. #1995
  • Loading branch information
mhnaeem committed Mar 6, 2022
1 parent 6a919cc commit cf8617a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $(BUILD_DIR)/virtualenv: | $(BUILD_DIR)
virtualenv --version || pip install virtualenv
virtualenv build/python-dev
virtualenv build/python-rel
$(SCRIPT_DIR)/python-dev3 pip install black
$(SCRIPT_DIR)/python-dev3 pip install black==21.12b0
@touch $(BUILD_DIR)/virtualenv


Expand Down

0 comments on commit cf8617a

Please sign in to comment.