Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
59161c2
1
Parent(s):
43c0017
Update Makefile
Browse files
Makefile
CHANGED
@@ -2,8 +2,7 @@ test:
|
|
2 |
@pre-commit run --all-files
|
3 |
|
4 |
install:
|
5 |
-
|
6 |
-
@sleep 3
|
7 |
@pip install -r requirements.txt
|
8 |
|
9 |
run:
|
|
|
2 |
@pre-commit run --all-files
|
3 |
|
4 |
install:
|
5 |
+
|
|
|
6 |
@pip install -r requirements.txt
|
7 |
|
8 |
run:
|