Skip to content

Commit

Permalink
Update ci.yml to remove Evidence build and Node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Sep 24, 2023
1 parent fd55439 commit 4ff0ebe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@ jobs:
uses: actions/setup-python@v4.7.0
with:
python-version: '3.10.x'
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: '18.x'
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Load data-test
run: python3 el.py -lc
- name: Run transformations
run: dbt deps && dbt build
- name: Build Evidence
run: npm install --prefix ./reports && npm run build --prefix ./reports


0 comments on commit 4ff0ebe

Please sign in to comment.