Skip to content

Commit

Permalink
install bats in make init.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic committed Oct 3, 2024
1 parent 34e6e69 commit 46d7641
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 ::
# sudo apt install git bats
bats -v || sudo apt install bats -y
pip install --upgrade pip
pip install -r requirements/test-requirements.txt
pip install -r requirements/requirements.txt
Expand Down

0 comments on commit 46d7641

Please sign in to comment.