Captain Ezio commited on
Commit
59161c2
·
1 Parent(s): 43c0017

Update Makefile

Browse files
Files changed (1) hide show
  1. Makefile +1 -2
Makefile CHANGED
@@ -2,8 +2,7 @@ test:
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:
 
2
  @pre-commit run --all-files
3
 
4
  install:
5
+
 
6
  @pip install -r requirements.txt
7
 
8
  run: