Skip to content

Commit

Permalink
Merge pull request #1996 from mhnaeem/bug/specify-black-package-version
Browse files Browse the repository at this point in the history
bug: fix psf/black package version
  • Loading branch information
bitwiseman committed Mar 13, 2022
2 parents 6a919cc + cf8617a commit 83f1bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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 83f1bec

Please sign in to comment.