Skip to content

Commit

Permalink
ADAP-1135: Update dbt-adapters dev refs to point to subdirectory (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Jan 28, 2025
1 parent 6068aaf commit 33d2e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ path = "dbt/adapters/postgres/__version__.py"

[tool.hatch.envs.default]
dependencies = [
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-adapters",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
"pre-commit==3.7.0",
]
Expand All @@ -63,7 +63,7 @@ code-quality = "pre-commit run --all-files"

[tool.hatch.envs.unit-tests]
dependencies = [
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-adapters",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core",
"freezegun",
Expand Down

0 comments on commit 33d2e04

Please sign in to comment.