-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
💚 Fix CI installs and tests #2
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2 +/- ##
=======================================
Coverage ? 97.24%
=======================================
Files ? 175
Lines ? 5842
Branches ? 0
=======================================
Hits ? 5681
Misses ? 161
Partials ? 0 Continue to review full report at Codecov.
|
🚀 Deployed on https://612536c385f2b5135da5deb7--sqlmodel.netlify.app |
💚 Fix CI installs and tests.
Poetry
1.2.0ax
currently has an issue that was solved here: python-poetry/poetry-core#188, but is not released in the alpha branches.This project uses Poetry
1.2.0ax
to be able to use the Poetry Version Plugin https://github.com/tiangolo/poetry-version-pluginUntil there's a new release with that fix, this change installs
poetry-core
from Git, pinned to the version that fixes the problem.This PR also fixes several dangling issues detected by the first CI runs, missing dev dependencies, type annotations, etc.