File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
python :
14
14
- " 3.6"
15
- - " 3.6"
16
15
- " 3.7"
17
16
- " 3.8"
18
17
- " 3.9"
Original file line number Diff line number Diff line change 4
4
sphinx
5
5
nose
6
6
black
7
+ twine < 3.4
Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ function WEBSERVER_AUTH() {
35
35
export PYTHON_VERSION=$( python3 -c " import sys; print('%s.%s' % (sys.version_info.major, sys.version_info.minor))" )
36
36
pip install \
37
37
" apache-airflow[${EXTRAS} ]==${AIRFLOW_VERSION} " \
38
- --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-${CONSTRAINTS_VERSION} /constraints-${PYTHON_VERSION} .txt"
38
+ --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-${CONSTRAINTS_VERSION} /constraints-${PYTHON_VERSION} .txt" \
39
+ -r " ${PARENT_DIR} /requirements.txt" \
40
+ -r " ${PARENT_DIR} /requirements-dev.txt"
39
41
40
42
if [ ! -d " ${AIRFLOW_HOME} " ]; then
41
43
mkdir -p " ${AIRFLOW_HOME} "
@@ -59,4 +61,3 @@ if [[ "${ENABLE_AIRFLOW_AUTH}" == "1" ]]; then
59
61
fi
60
62
61
63
ln -sf " ${CURRENT_DIR} /dags" " ${AIRFLOW_HOME} /dags"
62
- pip install -r " ${PARENT_DIR} /requirements.txt" -r " ${PARENT_DIR} /requirements-dev.txt"
You can’t perform that action at this time.
0 commit comments