Skip to content

Commit

Permalink
Un --pre for all adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Jun 21, 2024
1 parent 61cc2df commit b5e8ff4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@ then
python3 -m venv venv
. $VENV

pip install --upgrade pip setuptools

if [[ $1 == "duckdb" ]]
then
pip install "dbt-$1==1.7.1"
else
pip install --pre "dbt-$1" dbt-core
fi
pip install --upgrade pip setuptools "dbt-$1" dbt-core

fi

. $VENV
Expand Down

0 comments on commit b5e8ff4

Please sign in to comment.