Set minimum to Python 3.10 (and general CI Maintenance)#368
Merged
jcapriot merged 1 commit intosimpeg:mainfrom Aug 31, 2024
Merged
Set minimum to Python 3.10 (and general CI Maintenance)#368jcapriot merged 1 commit intosimpeg:mainfrom
jcapriot merged 1 commit intosimpeg:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #368 +/- ##
==========================================
+ Coverage 85.12% 85.76% +0.64%
==========================================
Files 36 88 +52
Lines 8408 18654 +10246
Branches 0 2959 +2959
==========================================
+ Hits 7157 15998 +8841
- Misses 1251 1996 +745
- Partials 0 660 +660 ☔ View full report in Codecov by Sentry. |
style updates move build wheels to the start rename azure files and move wheel building to a template. updates expand variables not matrix don't need to expand this one? fix environment name add default coverage info a few updates a bit more configuration trigger on all branches (for now). match doc configure in simpeg try with these. add osx to new test script maybe this pool? more attempts. try again refer to variables? possibly this? indentation test for windows try setting path this way? not? more things missed a comma expand the variable? Try this commas... use the variable skip style for now single quotes... prefer vsenv on azure update setup move command activate test environment try some more remove extras a bit on wheels try building wheels Use c++11 value initializers fix doc errors re-enable tests fix tree_mesh example VTK updates Specifically set the data mode output to binary, and set the minimum vtk version test on python 3.13 nope, not yet update configuration add pytest configure to pyproject.toml use pooch to download laguna example split a bunch of items ignore another generated file hide the doc tests better display name try building source and change docbuild command just set python version here add items to mark as orphans source build is working don't rely on the sorting of the downloaded items. set PYVISTA_OFF_SCREEN in doc build capitalize True? reset pyvista configuration this work? set environment variables in headless display script testing pipelinepublish again try to download artifacts ls space Don't try to download docs at the moment use PublishBuildArtifacts for wheels test most a bit try setting up headless display once. re-enable uploads Add note for windows users No longer forces "--vsenv" on Windows, so users might have to add this if the gnu compilers are on the path and they want to use the msvc compilers. fix coverage upload add pooch to doc requirements in pyproject.toml Bit more cleanup and generate coverage xml only tested through 3.12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates (and streamlines) the azure pipelines workflows.
It also pulls the git-tag making sure the doc builds, wheels, and source builds get the correct version information.
Plus, just a bit of general maintenance on the code base:
tmp_pathfixture.I know it's one commit, but it was squashed!