Skip to content

Commit

Permalink
Remove lock on python black version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Mar 29, 2022
1 parent 3be5c35 commit 0afdebd
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==21.12b0
$(SCRIPT_DIR)/python-dev3 pip install black
@touch $(BUILD_DIR)/virtualenv


Expand Down

0 comments on commit 0afdebd

Please sign in to comment.