Skip to content

Commit

Permalink
test: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Aug 24, 2023
1 parent 2d5a116 commit f8262f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_on_platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
name: Validate on linux using python venv
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: "3.8.x"
- name: Install venv
Expand Down
15 changes: 2 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
# 3rd party CLI for DuckDB
duckcli>=0.2.1

# Database adapter
git+https://github.com/jwills/[email protected]

# dbt Core 1.3
dbt-core>=1.3.1

# extra features
sqlfluff~=1.4.3
PyYAML
Jinja2
dbt-duckdb==1.6.0
dbt-metabase==0.9.15

0 comments on commit f8262f0

Please sign in to comment.