Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent edc205d commit f646255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +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
# we have an issue with connection==3.0.0, so for now pinning previous stable version
RUN pip install connection==2.14.2
USER astro

0 comments on commit f646255

Please sign in to comment.