Skip to content

Commit

Permalink
Change Airflow test version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreax79 committed Mar 24, 2023
1 parent ab758b1 commit afd1c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export CURRENT_DIR=`realpath $(dirname "$0")`
export PARENT_DIR=`dirname "$CURRENT_DIR"`
source "${CURRENT_DIR}/config.sh"

export AIRFLOW_VERSION="${AIRFLOW_VERSION:-2.4.2}"
export AIRFLOW_VERSION="${AIRFLOW_VERSION:-2.5.2}"
export CONSTRAINTS_VERSION="${CONSTRAINTS_VERSION:-${AIRFLOW_VERSION}}"
export AIRFLOW_EXTRAS="password"
export PYTHON_VERSION=$(python3 -c "import sys; print('%s.%s' % (sys.version_info.major, sys.version_info.minor))")
Expand Down

0 comments on commit afd1c8f

Please sign in to comment.