Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Mar 5, 2024
1 parent 68e4d92 commit a390982
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.10.11
- name: List files in the repository
run: ls -lah
- name: pwd
run: pwd

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

ENV PYTHONUNBUFFERED=1
ENV PYTHONBUFFERED=0
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO

# install your pip packages
Expand Down

0 comments on commit a390982

Please sign in to comment.