Skip to content

Commit

Permalink
chore: Revert "chore(ci): make pre-commit step faster by skipping sup…
Browse files Browse the repository at this point in the history
…erset install" (apache#27999)
  • Loading branch information
mistercrunch authored and qleroy committed Apr 28, 2024
1 parent cf28215 commit 591b192
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 591b192

Please sign in to comment.