We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929e197 commit bd224f8Copy full SHA for bd224f8
Makefile
@@ -2,10 +2,8 @@
2
3
all: test
4
5
-install-cython:
+.install-deps: $(shell find requirements -type f)
6
@pip install -r requirements/cython.txt
7
-
8
-.install-deps: $(shell find requirements -type f) install-cython
9
@pip install -U -r requirements/dev.txt
10
@touch .install-deps
11
0 commit comments