This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch revert-27979-no-install in repository https://gitbox.apache.org/repos/asf/superset.git
commit 547578dbfb43ba6b104790ad65314c6e8453bbdb Author: Maxime Beauchemin <[email protected]> AuthorDate: Thu Apr 11 15:33:06 2024 -0700 Revert "chore(ci): make pre-commit step faster by skipping superset install (…" This reverts commit a29cdefedf80a75204ff32f52c9e3adc560fd13c. --- .github/workflows/pre-commit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c4386d71d7..541b4a8bfc 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -24,8 +24,6 @@ jobs: submodules: recursive - name: Setup Python uses: ./.github/actions/setup-backend/ - with: - install-superset: 'false' - name: Enable brew and helm-docs # Add brew to the path - see https://github.com/actions/runner-images/issues/6283 run: | @@ -37,7 +35,6 @@ jobs: brew install norwoodj/tap/helm-docs - name: pre-commit run: | - pip install pre-commit if ! pre-commit run --all-files; then git status git diff
