Skip to content

Commit

Permalink
airflow_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Undisputed-jay authored Oct 14, 2024
1 parent 7f2dddd commit 166d676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/airflow_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Airflow CI Workflow

# When to run this workflow: on every push and pull request to the main branch
on:
push:
branches:
Expand Down Expand Up @@ -33,13 +32,14 @@ jobs:
postgresql user: 'airflow'
postgresql password: 'airflow'

# Step 4: Install dependencies (Airflow, pandas, BeautifulSoup)
# Step 4: Install dependencies (Airflow, Astro)
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install apache-airflow[postgres]==2.10.2 pandas beautifulsoup4
pip install apache-airflow[postgres]==2.10.2
pip install astro-sdk-python pandas beautifulsoup4
# Step 5: Initialize Airflow DB
# Step 5: Run airflow db initialization
- name: Initialize Airflow DB
run: |
airflow db init
Expand Down

0 comments on commit 166d676

Please sign in to comment.