We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccefd89 commit 778684dCopy full SHA for 778684d
1 file changed
.ci/install.sh
@@ -13,7 +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
+pip install --force-reinstall --upgrade markupsafe==2.0.1
17
18
# Singer tap integration test
19
python -m venv "$TAP_MYSQL_VENV"
0 commit comments