update github actions

This commit is contained in:
long2ice
2020-06-02 18:38:39 +08:00
parent ffeee3c901
commit 5b9b51db3f
5 changed files with 8 additions and 53 deletions

View File

@@ -19,10 +19,10 @@ help:
@echo " style Auto-formats the code"
up:
@poetry install
@poetry update
deps:
@poetry update
@poetry install
style: deps
isort -rc $(checkfiles)