Skip to content

Commit bd224f8

Browse files
committed
Fix makefile rules to not reinstall deps on every test run
1 parent 929e197 commit bd224f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
all: test
44

5-
install-cython:
5+
.install-deps: $(shell find requirements -type f)
66
@pip install -r requirements/cython.txt
7-
8-
.install-deps: $(shell find requirements -type f) install-cython
97
@pip install -U -r requirements/dev.txt
108
@touch .install-deps
119

0 commit comments

Comments
 (0)