Skip to content

Commit

Permalink
Updates Python version in github action, pins airflow to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed Sep 19, 2022
1 parent c1118ed commit a4bcee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.10"
- name: Install airflow dependencies
run: |
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pydantic
pymarc
pytest
pytest_mock
apache-airflow >= 2.3.3
apache-airflow == 2.3.3
apache-airflow-providers-postgres

0 comments on commit a4bcee9

Please sign in to comment.