-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
base: master
Are you sure you want to change the base?
Add 3.12 to CI #8592
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8592 +/- ##
=======================================
Coverage 86.57% 86.58%
=======================================
Files 1244 1244
Lines 54986 54986
Branches 2209 2209
=======================================
+ Hits 47604 47607 +3
+ Misses 6820 6817 -3
Partials 562 562
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
@@ -93,8 +98,8 @@ | |||
- name: Run invoke install | |||
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
- name: Run invoke update | ||
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
This PR (re) adds 3.12 to the CI in preparation for #8582