Skip to content

Commit 5c78736

Browse files
committed
chore(airflow): Require explicit python version
1 parent 7ad693f commit 5c78736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airflow/download_constraints.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -euo pipefail
44

5-
AIRFLOW_VERSION=${1:?"Missing version number argument (arg 1)"}
6-
PYTHON_VERSION=${2:-"3.12"}
5+
AIRFLOW_VERSION=${1:?"Missing product version number argument (arg 1)"}
6+
PYTHON_VERSION=${2:?"Missing python version number argument (arg 2)"}
77

88
URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt"
99
FILENAME="constraints-${AIRFLOW_VERSION}-python${PYTHON_VERSION}.txt"

0 commit comments

Comments
 (0)