Skip to content

Commit

Permalink
Install git via sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic committed Aug 15, 2024
1 parent 673b851 commit 842df04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compile ::
python -m piptools compile --output-file=requirements/test-requirements.txt requirements/test-requirements.in

init ::
apt install git
sudo apt install git
pip install --upgrade pip
pip install -r requirements/test-requirements.txt

Expand Down

0 comments on commit 842df04

Please sign in to comment.