Skip to content

Commit

Permalink
Merge branch 'main' into addToxBack
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt authored Mar 2, 2024
2 parents 792808d + d568d21 commit f5d543d
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
mypy --version
python -m pip install -r requirements.txt
python -m pip install -r dev-requirements.txt
dbt --version
python -c "import dbt.adapters.spark"
- name: Run pre-commit hooks
run: pre-commit run --all-files --show-diff-on-failure
Expand Down Expand Up @@ -200,10 +200,10 @@ jobs:
find ./dist/*.whl -maxdepth 1 -type f | xargs python -m pip install --force-reinstall --find-links=dist/
- name: Check wheel distributions
run: |
dbt --version
python -c "import dbt.adapters.spark"
- name: Install source distributions
run: |
find ./dist/*.gz -maxdepth 1 -type f | xargs python -m pip install --force-reinstall --find-links=dist/
- name: Check source distributions
run: |
dbt --version
python -c "import dbt.adapters.spark"
Loading

0 comments on commit f5d543d

Please sign in to comment.