Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v5

- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install libarrow-dev

- name: Set up Python
uses: actions/setup-python@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apache-airflow-providers-amazon>=7.3.0,<10
apache-airflow-providers-common-sql>=1.3.2,<2
apache-airflow-providers-postgres>=5.4.0,<7
apache-airflow-providers-slack>=9,<10
apache-airflow[pandas]==3.0.6
apache-airflow[pandas]==3.1.3
beautifulsoup4>=4,<5
requests>=2.28.0,<3
yfinance>=0.2.63,<0.3
Expand Down
Loading