Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Feb 14, 2025
1 parent 1cc916f commit 1039473
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dbt_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Create logs directory
run: mkdir -p ddpui/logs

- name: Seed data in test warehouse
run: |
export PYTHONPATH=$(pwd)
Expand Down

0 comments on commit 1039473

Please sign in to comment.