Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swap source dist install + check and wheel install + check in build packages step in main.yml #10463

Merged
merged 14 commits into from
Jul 18, 2024
Prev Previous commit
Next Next commit
reinstall python build deps after wheel install
MichelleArk committed Jul 18, 2024
commit 056eb93766734ec245a2344ae79e0a4a9197487e
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -241,6 +241,10 @@ jobs:
run: |
dbt --version

- name: Re-install python build dependencies
run: |
python -m pip install -r build-requirements.txt

- name: Install source distributions
# ignore dbt-1.0.0, which intentionally raises an error when installed from source
run: |