Skip to content

Commit

Permalink
fix: Re-add install clause of Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbennett3 committed Apr 24, 2024
1 parent b673d7b commit f79272e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ clean:
${PYTHON} -m pip uninstall -y -r requirements.txt

#install: Install application along with required development packages
install: install.artillery
install:
${PYTHON} -m pip install --upgrade pip
${PYTHON} -m pip install -r requirements.txt

Expand Down Expand Up @@ -125,7 +125,7 @@ endif
endif
cd artillery-tests; \
ls -1 tests | xargs -L1 -I%TEST_NAME% npx artillery run tests/%TEST_NAME% --environment ${ARTILLERY_ENV} --target ${ARTILLERY_TARGET}


#start: Run the gunicorn server
start: build.postgresql.local
Expand Down

0 comments on commit f79272e

Please sign in to comment.