Skip to content

Commit 778684d

Browse files
committed
Fix pip options in dbt venv installation
1 parent ccefd89 commit 778684d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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
16+
pip install --force-reinstall --upgrade markupsafe==2.0.1
1717

1818
# Singer tap integration test
1919
python -m venv "$TAP_MYSQL_VENV"

0 commit comments

Comments
 (0)