From de93926c8395596acde6ed83517402950af28869 Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Fri, 29 Mar 2024 19:13:38 -0700 Subject: [PATCH] chore: whitespace --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ec31c2f8..feb78351 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pip install pre-commit pre-commit run --all-files --show-diff-on-failure - + publish-py-package: needs: [run-linter] runs-on: ubuntu-latest