fixing cache action

This commit is contained in:
Waket Zheng
2024-06-06 18:02:58 +08:00
parent 480087df07
commit fc68f99c86
2 changed files with 2 additions and 7 deletions

View File

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