Skip to content

chore: remove the unused bin/install script - #85

Merged
pannoury merged 1 commit into
mainfrom
chore/remove-bin-install
Aug 22, 2026
Merged

chore: remove the unused bin/install script#85
pannoury merged 1 commit into
mainfrom
chore/remove-bin-install

Conversation

@pannoury

Copy link
Copy Markdown
Member

bin/install wrapped pip install -e . behind a python3 availability check. Nothing invokes it:

  • No workflow, Dockerfile or documentation references it.
  • Packaging only includes dbt_ci*, so it never reached an installed copy either.
  • The README already directs contributors to run pip install -e ".[dev]" directly.

Its companion bin/dbt is already gone from main, so this empties bin/ entirely.

bin/install wrapped 'pip install -e .' behind a python3 availability
check. Nothing invoked it: no workflow, Dockerfile or documentation
referenced it, and packaging only ships dbt_ci*, so it never reached
an installed copy either. The README already directs contributors to
run 'pip install -e ".[dev]"' directly.

Its companion bin/dbt is already gone, so this empties bin/.
@pannoury
pannoury merged commit 4774d0d into main Aug 22, 2026
4 checks passed
@pannoury
pannoury deleted the chore/remove-bin-install branch August 22, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant