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 ab196bd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 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
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.11
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
[project]
name = "dbt_linreg"
requires-python = "~=3.12"
requires-python = "~=3.11"
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 ab196bd

Please sign in to comment.