Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jun 5, 2024
1 parent 8aca0cd commit 1934ba4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.8.16
python-version: 3.10.11

- 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.3-python3.8
FROM registry.cern.ch/cern-sis/airflow-base:2.8.3

ENV PYTHONBUFFERED=0
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO
Expand Down
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre-commit==3.6.2
pytest==7.4.4
coverage==7.4.3
pytest-cov==4.1.0
pre-commit
pytest
coverage
pytest-cov
pytest-datadir==1.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c https://raw.githubusercontent.com/apache/airflow/constraints-2.8.3/constraints-3.10.txt
apache-airflow[celery, postgres, redis, cncf.kubernetes]==2.8.3
alembic==1.13.1
alembic
airflow-provider-alembic==1.0.0
elementpath==4.4.0

0 comments on commit 1934ba4

Please sign in to comment.