Skip to content

Commit

Permalink
pinning connexion version
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Nov 6, 2023
1 parent d03baec commit edc205d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ENV PATH $PATH:$JAVA_HOME/bin::$HIVE_HOME/bin:$HADOOP_HOME/bin
COPY astronomer-providers /tmp/astronomer-providers
RUN python3 -m pip install --upgrade pip
# Ideally we should install using constraints file
RUN pip install --upgrade --no-cache-dir /tmp/astronomer-providers[all]
RUN pip install --upgrade --force-reinstall --no-cache-dir /tmp/astronomer-providers[all]
RUN pip install apache-airflow[slack]

# Install astronomer-starship-provider needed for the astronomer_migration_dag to transfer Airflow metadata between deployments
Expand All @@ -87,5 +87,6 @@ RUN cp -r example_* ${AIRFLOW_HOME}/dags
RUN cp master_dag.py ${AIRFLOW_HOME}/dags/
RUN cp astronomer_migration_dag.py ${AIRFLOW_HOME}/dags/
RUN cp nuke-config.yml ${AIRFLOW_HOME}/dags/

# we have an issue with connexion==3.0.0, so for now pinning previous stable version
RUN pip install connexion==2.14.2
USER astro

0 comments on commit edc205d

Please sign in to comment.