Skip to content

Commit

Permalink
Remove dbt-core dependency
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
  • Loading branch information
popcornylu committed May 8, 2024
1 parent e649712 commit c2902be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration-tests-sqlmesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ on:
push:
branches:
- main
paths:
- "recce/**"
# paths:
# - "recce/**"
pull_request:
branches:
- main
paths:
- "recce/**"

jobs:
build:
Expand All @@ -23,6 +21,7 @@ jobs:
with:
python-version: 3.11
cache: "pip" # caching pip dependencies
cache-dependency-path: setup.py
- run: |
python -m pip install --upgrade pip
pip install sqlmesh
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
pull_request:
branches:
- main
# paths:
# - "recce/**"

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
python-version: 3.11
cache: "pip" # caching pip dependencies
cache-dependency-path: setup.py

- name: Install flake8
run: pip install flake8
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def _get_version():
install_requires=[
'ruamel.yaml<0.18.0',
'click>=7.1',
'dbt-core>=1.5',
'portalocker',
'fastapi',
'itsdangerous',
Expand Down

0 comments on commit c2902be

Please sign in to comment.