Skip to content

Commit

Permalink
Quote DuckDB version in install command (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb authored Nov 6, 2023
1 parent 6789470 commit e452ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ features = [
]
# Temporary workaround for installing the dbt-duckdb adapter until it's updated to support dbt-core~=1.7.0rc1.
post-install-commands = [
"pip install duckdb>=0.7.0",
"pip install \"duckdb>=0.7.0\"",
"pip install --no-deps dbt-duckdb~=1.6.0",
]

Expand Down

0 comments on commit e452ad5

Please sign in to comment.