Skip to content

Commit

Permalink
Add deps to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 24, 2024
1 parent 4b2ccef commit b1f31de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ test: dependencies
$(PY) -m pytest -vl --benchmark-sort=fullname --benchmark-group-by=fullfunc --benchmark-verbose test_euler.py

dependencies:
git submodule init
git submodule update
$(PIP) install -r requirements.txt $(USER_FLAG) $(PROXY_ARG)

lint:
Expand Down

0 comments on commit b1f31de

Please sign in to comment.