We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132a946 commit ccefd89Copy full SHA for ccefd89
1 file changed
.ci/install.sh
@@ -13,6 +13,7 @@ poetry install -E pandas
13
python -m venv "$DBT_VENV"
14
. "$DBT_VENV"/bin/activate
15
pip install dbt-core==1.0.0 dbt-postgres==1.0.0
16
+pip install --force--reinstall --update markupsafe==2.0.1
17
18
# Singer tap integration test
19
python -m venv "$TAP_MYSQL_VENV"
0 commit comments