Skip make deps if cache hint in ci

This commit is contained in:
Waket Zheng
2024-06-06 17:35:00 +08:00
parent bceeb236c2
commit 24a2087b78
2 changed files with 6 additions and 2 deletions

View File

@@ -44,4 +44,5 @@ testall: deps _test_all
build: deps
@poetry build
ci: check _testall
_ci: _check _testall
ci: deps _ci