Skip to content

Commit

Permalink
Fix the load step in CI merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Sep 24, 2023
1 parent 6804407 commit feaacc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Run EL
run: python3 el.py -c
run: python3 el.py -lc
- name: Run T
run: dbt deps && dbt build

0 comments on commit feaacc3

Please sign in to comment.