Skip to content

Commit

Permalink
update dependencies for testing publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 11, 2024
1 parent fba9c25 commit 0021714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbt-athena-community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ packages = ["src/dbt"]
allow-direct-references = true

[tool.hatch.envs.default]
# the only build dependency is dbt-athena, which will never be published when running this
# because the versions need to be identical
detached = true
dependencies = [
"dbt-athena @ {root:uri}/../dbt-athena",
"dbt-tests-adapter~=1.9.2",
Expand Down

0 comments on commit 0021714

Please sign in to comment.