Skip to content

Commit

Permalink
Python downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jun 5, 2024
1 parent 82dad35 commit 8aca0cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: 3.10.11
python-version: 3.8.16

- name: Build Image
id: build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/airflow:2.8.2-python3.10
FROM apache/airflow:2.8.3-python3.8

ENV PYTHONBUFFERED=0
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO
Expand Down

0 comments on commit 8aca0cd

Please sign in to comment.