Skip to content

Commit ccefd89

Browse files
committed
Attempt to fix the breaking change in markupsafe/jinja2/dbt
1 parent 132a946 commit ccefd89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.ci/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ poetry install -E pandas
1313
python -m venv "$DBT_VENV"
1414
. "$DBT_VENV"/bin/activate
1515
pip install dbt-core==1.0.0 dbt-postgres==1.0.0
16+
pip install --force--reinstall --update markupsafe==2.0.1
1617

1718
# Singer tap integration test
1819
python -m venv "$TAP_MYSQL_VENV"

0 commit comments

Comments
 (0)