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