Skip to content

Commit

Permalink
Upgrade PIP in the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 18, 2024
1 parent bb20cd7 commit eea06eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ serve:
lint:
python3 -m venv ./linter/.venv/
PIP_USER= . ./linter/.venv/bin/activate \
&& pip install --upgrade pip \
&& pip install -r ./linter/requirements.txt \
&& ./linter/linter.py

Expand Down

0 comments on commit eea06eb

Please sign in to comment.