Skip to content

Update ci.yml to remove Evidence build and Node setup #4

Update ci.yml to remove Evidence build and Node setup

Update ci.yml to remove Evidence build and Node setup #4

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
ci:
name: CI Check
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
- name: Setup Python
uses: actions/setup-python@v4.7.0
with:
python-version: '3.10.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