-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add 3.12 to CI #8592
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
Add 3.12 to CI #8592
Conversation
✅ Deploy Preview for inventree-web-pui-preview canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8592 +/- ##
==========================================
+ Coverage 87.85% 87.87% +0.01%
==========================================
Files 1274 1274
Lines 57346 57395 +49
Branches 2034 2034
==========================================
+ Hits 50383 50435 +52
+ Misses 6463 6460 -3
Partials 500 500
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
| if: ${{ inputs.install == 'true' }} | ||
| shell: bash | ||
| run: invoke install --uv | ||
| run: invoke install --path ${{ inputs.py-dep-paths }} |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| if: ${{ inputs.update == 'true' }} | ||
| shell: bash | ||
| run: invoke update --uv --skip-backup --skip-static | ||
| run: invoke update --skip-backup --skip-static --path ${{ inputs.py-dep-paths }} |
Check failure
Code scanning / zizmor
code injection via template expansion Error
|
Will be replaced by #10904 |
This PR (re) adds 3.12 to the CI in preparation for #8582