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 5, 2023
1 parent 48c8477 commit e3a88f5
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 @@ -154,10 +154,10 @@ 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 'openlineage-airflow' 'dbt-postgres<=1.4' 'dbt-databricks<=1.4' 'dbt-sqlite<=1.4'"""
pip install 'dbt-databricks<=1.4' 'dbt-postgres<=1.4' 'dbt-sqlite<=1.4' openlineage-airflow"""
test-integration = """rm -rf dbt/jaffle_shop/dbt_packages;
pytest -vv \
--cov=cosmos \
Expand Down

0 comments on commit e3a88f5

Please sign in to comment.