Skip to content

Commit 49226e5

Browse files
committed
ci: remove check clean workspace as part of ci
1 parent 392cd17 commit 49226e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ update-lock-push = { depends_on = ["update-lock", "push"] }
7676
fix = { depends_on = ["update-lock", "format", "ruff-lint"] }
7777
fix-commit-push = { depends_on = ["fix", "commit-format", "update-lock-push"] }
7878
ci-no-cover = { depends_on = ["style", "test"] }
79-
ci = { depends_on = ["format","ruff-lint","check-clean-workspace","pylint", "coverage", "coverage-report"] }
79+
ci = { depends_on = ["format","ruff-lint", "pylint", "coverage", "coverage-report"] }
8080
ci-push = {depends_on=["format","ruff-lint","update-lock","ci","push"]}
8181
clear-pixi = "rm -rf .pixi pixi.lock"
8282
setup-git-merge-driver = "git config merge.ourslock.driver true"

0 commit comments

Comments
 (0)