Skip to content

Commit

Permalink
CI: python version downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jun 4, 2024
1 parent be2f6d2 commit 66a4c09
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 @@ -30,7 +30,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: 3.10.11
python-version: 3.8.16

- name: Install python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export PYTHON_VERSION=3.10.11
export PYTHON_VERSION=3.8.16


WEBSERVER_PID=airflow-webserver-monitor.pid
Expand Down

0 comments on commit 66a4c09

Please sign in to comment.