Skip to content

Commit 417a6ae

Browse files
committed
Fix the AF version in pre-install script
1 parent a314b13 commit 417a6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test/pre-install-airflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ uv pip install pip --upgrade
3333

3434

3535
if [ "$AIRFLOW_VERSION" = "3.0" ]; then
36-
uv pip install "apache-airflow>=3.0.2" --constraint /tmp/constraint.txt
36+
uv pip install "apache-airflow==3.0.2" --constraint /tmp/constraint.txt
3737
else
3838
uv pip install "apache-airflow==$AIRFLOW_VERSION" --constraint /tmp/constraint.txt
3939
fi;

0 commit comments

Comments
 (0)