Skip to content

Commit

Permalink
Fix 1.0 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Sassi committed May 29, 2024
1 parent 244716c commit 3825fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ everything: .venv-dbt10/bin/python .venv-dbt11/bin/python .venv-dbt12/bin/python
.venv-dbt10/bin/pip install --upgrade wheel setuptools pip
.venv-dbt10/bin/pip install pytest WebTest .
for adapter in $(ADAPTERS); do \
.venv-dbt10/bin/pip install "dbt-$$adapter>=1.0.0,<1.1.0" "dbt-core>=1.0,<1.1.0"; \
.venv-dbt10/bin/pip install "dbt-$$adapter>=1.0.0,<1.1.0" "dbt-core>=1.0,<1.1.0" pytz; \
done

.venv-dbt11/bin/python:
Expand Down

0 comments on commit 3825fd7

Please sign in to comment.