Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Jan 7, 2025
1 parent acfc1d9 commit b51816e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
sudo apt-get update
sudo apt-get install
chmod +x ./run
./run setup
uv venv
uv sync --group python-dev
uv pip install -U "dbt-core==$DBT_CORE_VERSION" "dbt-${DBT_TARGET}==$DBT_CORE_VERSION"
env:
UV_NO_SYNC: true
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ description = "dbt_pca dbt package"
version = "0.3.0"
readme = "README.md"
authors = ["Daniel Reeves"]
dependencies = [

[dependency-groups]
dbt = [
"dbt-clickhouse",
"dbt-core<1.9.0",
"dbt-duckdb",
"dbt-postgres",
]
python-dev = [
"duckdb>=1.1.3",
"pandas>=2.2.3",
"pre-commit>=4.0.1",
Expand Down
12 changes: 10 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b51816e

Please sign in to comment.