-
Notifications
You must be signed in to change notification settings - Fork 120
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
ci: add tests for the queries of TPC-H #899
ci: add tests for the queries of TPC-H #899
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thanks @IsaiasGutierrezCruz ! just got a small request
- name: install-reqs | ||
run: uv pip install --upgrade -r tpch/requirements-tpch.txt --system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of this, would we first do pip install -e .
so that we install Narwhals locally and use that? then, if a PR introduces anything which affects the tpc-h queries, we'll know right away
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! c:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @IsaiasGutierrezCruz !
What type of PR is this? (check all applicable)
Related issues
Checklist
If you have comments or can explain your changes, please do so below.
The workflow runs a test to validate that the TPC-H queries actually execute. To run this workflow the tag 'full-test' must be added on a PR.