-
Notifications
You must be signed in to change notification settings - Fork 25
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 explicit testing of all supported Python versions #403
Conversation
Codecov Report
@@ Coverage Diff @@
## master #403 +/- ##
==========================================
+ Coverage 86.30% 86.57% +0.27%
==========================================
Files 61 61
Lines 6701 6718 +17
==========================================
+ Hits 5783 5816 +33
+ Misses 918 902 -16 |
R222 Python3.7 Ubuntu-18.04: @cbellot000 Strangely this is a problem only for Python 3.7 on Ubuntu-18.04. |
R222 & R221 Python3.10 Windows & Ubuntu-18.04: |
Run_examples Python3.* Ubuntu-18.04: |
.github/workflows/retro.yml
Outdated
@@ -20,7 +20,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
python-version: ["3.8"] | |||
python-version: ["3.7", "3.8", "3.9", "3.10"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PProfizi could you please either make a doc or setup a meeting (maybe with a slide on which pipelines are available) to decide when each pipeline is ran?
Fixes support for vtk>=9.1.0.
Makes Python 3.10 available.
There is still a problem with Python 3.10 on Ubuntu-18.04, see #416.