Skip to content

Commit 9961889

Browse files
committed
Test
1 parent 15e7139 commit 9961889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install build dependencies
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install libarrow-dev
25+
#sudo apt-get install libarrow-dev
2626
2727
- name: Set up Python
2828
uses: actions/setup-python@v6

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apache-airflow-providers-amazon>=7.3.0,<10
22
apache-airflow-providers-common-sql>=1.3.2,<2
33
apache-airflow-providers-postgres>=5.4.0,<7
44
apache-airflow-providers-slack>=9,<10
5-
apache-airflow[pandas]==3.1.3
5+
apache-airflow[pandas]==3.1.5
66
beautifulsoup4>=4,<5
77
requests>=2.28.0,<3
88
yfinance>=0.2.63,<0.3

0 commit comments

Comments
 (0)