Skip to content

Commit

Permalink
Run pip install (-U) at all times to keep things updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLucian committed Feb 21, 2024
1 parent 7e3283b commit 01fe06c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devops-tooling/envs.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ else
endif

VENV_RUN = . $(VENV_ACTIVATE)
.PHONY: $(VENV_ACTIVATE)
$(VENV_ACTIVATE):
test -d $(VENV_DIR) || $(VENV_BIN) $(VENV_DIR)
$(VENV_RUN); $(PIP_CMD) install --upgrade pip
$(VENV_RUN); $(PIP_CMD) install $(PIP_OPTS) -r ./devops-tooling/requirements.txt
touch $(VENV_ACTIVATE)


venv-pulumi-pip-install:
$(VENV_RUN); $(PIP_CMD) install $(PIP_OPTS) -r ./devops-tooling/requirements-pulumi.txt
Expand Down

0 comments on commit 01fe06c

Please sign in to comment.