Skip to content

Commit

Permalink
Try to fix Ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Sep 11, 2023
1 parent 04adf7d commit 78598e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ test = 'pytest -vv --durations=0 . -m "not integration" --ignore=tests/test_exam
test-cov = """pytest -vv --cov=cosmos --cov-report=term-missing --cov-report=xml --durations=0 -m "not integration" --ignore=tests/test_example_dags.py --ignore=tests/test_example_dags_no_connections.py"""
# we install using the following workaround to overcome installation conflicts, such as:
# apache-airflow 2.3.0 and dbt-core [0.13.0 - 1.5.2] and jinja2>=3.0.0 because these package versions have conflicting dependencies
test-integration-setup = """pip uninstall dbt-postgres dbt-databricks dbt-sqlite; \
test-integration-setup = """pip uninstall dbt-databricks dbt-postgres dbt-sqlite; \
rm -rf airflow.*; \
airflow db init; \
pip install 'dbt-core==1.4' 'dbt-databricks<=1.4' 'dbt-postgres<=1.4' 'dbt-sqlite<=1.4' 'openlineage-airflow'"""
Expand Down

0 comments on commit 78598e4

Please sign in to comment.