-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: add .idea to .gitignore #175
Conversation
@lorerod any idea why the CI would fail? I only changed the The CI error:
|
I checked the latest successful run from @njuguna-n's PR , and there is a difference in the Python version. This PR: The successful CI PR: My local version of Python is 3.12.2, and maybe that's why the tests passed locally. |
It seems like dbt core is not supporting yet Python 3.13. |
Solved via #177 |
Description
Add
.idea
and .DS_Store
to.gitignore
Code review checklist
License
The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.