Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote DuckDB version in install command #849

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

courtneyholcomb
Copy link
Contributor

Description

Tiny fix for this DuckDB install command. I noticed that lately, every time Hatch install dependencies for dev-env, I would end up with a rogue file called =0.7.0. Turns out Hatch was interpreting this command incorrectly: pip install duckdb>=0.7.0. It was running pip install duckdb, and dumping the output of that command to a new file called =0.7.0. This PR updates the command to pip install "duckdb>=0.7.0", which appears to have the intended effect.

@courtneyholcomb courtneyholcomb merged commit e452ad5 into main Nov 6, 2023
34 checks passed
@courtneyholcomb courtneyholcomb deleted the court/duckdb-hack branch November 6, 2023 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants