Skip to content

Commit

Permalink
Install all of the requirements properly
Browse files Browse the repository at this point in the history
  • Loading branch information
foursixnine committed Jan 31, 2024
1 parent 3c45731 commit 5622827
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 @@ -39,7 +39,7 @@ test: only-test checkstyle
venv = qem-bot
environment:
if [ ! -d "$(venv)" ]; then virtualenv -p python3 $(venv); fi
. $(venv)/bin/activate && pip install -r requirements.txt
. $(venv)/bin/activate && pip install -r requirements-dev.txt -r requirements.txt

# devel: environment
# maybe use Makefile.venv instead to get a shell with virtualenv
Expand Down

0 comments on commit 5622827

Please sign in to comment.