Skip to content

Commit

Permalink
Try another way of updating pip
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Jun 20, 2022
1 parent b7ff83b commit bb8fdc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -144,9 +144,8 @@ $(BUILD_DIR)/virtualenv: | $(BUILD_DIR)
virtualenv --version || pip install virtualenv
virtualenv build/python-dev
virtualenv build/python-rel
# ignore pip upgrade failure to allow windows builds to continue
$(SCRIPT_DIR)/python-dev pip install pip --upgrade || exit 0
$(SCRIPT_DIR)/python-rel pip install pip --upgrade || exit 0
$(SCRIPT_DIR)/python-dev python -m pip install --upgrade pip || exit 0
$(SCRIPT_DIR)/python-rel python -m pip install --upgrade pip || exit 0
$(SCRIPT_DIR)/python-dev3 pip install black
@touch $(BUILD_DIR)/virtualenv

Expand Down

0 comments on commit bb8fdc5

Please sign in to comment.