Skip to content

Commit

Permalink
use branch everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jun 3, 2024
1 parent be6abbf commit 3b78350
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 @@ -57,7 +57,7 @@ include = ["dbt/adapters", "dbt/include", "dbt/__init__.py"]

[tool.hatch.envs.default]
dependencies = [
"dbt_common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt_common @ git+https://github.com/dbt-labs/dbt-common.git@move_catalogtable",
'pre-commit==3.7.0;python_version>="3.9"',
'pre-commit==3.5.0;python_version=="3.8"',
]
Expand All @@ -67,7 +67,7 @@ code-quality = "pre-commit run --all-files"

[tool.hatch.envs.unit-tests]
dependencies = [
"dbt_common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt_common @ git+https://github.com/dbt-labs/dbt-common.git@move_catalogtable",
"pytest",
"pytest-dotenv",
"pytest-xdist",
Expand Down

0 comments on commit 3b78350

Please sign in to comment.