Conversation
|
a naive attempt must be missing something |
|
I guess Python versions are limited to what's available on the virtual-env pages like https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md Newer Python versions need to use "setup-python" action? https://github.com/actions/python-versions |
|
Looks like I updated to |
|
@altendky thanks, I'll try it might be good enough to just hard-code to specific 3.9 releases, keeping it simple |
Codecov Report
@@ Coverage Diff @@
## master #1742 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 114 114
Lines 14427 14427
Branches 1104 1104
=======================================
Hits 14375 14375
Misses 37 37
Partials 15 15 |
|
Making the 3.9 tests "required" needs admin access. @pquentin ? |
|
That's part of why I add an 'all' job that depends on the things I want to require, then I require the 'all' job from GitHub. Albeit with the cost of an extra job spinning up at the end of CI. |
|
@belm0 Thanks! Please use your personal fork when submitting pull requests |
|
By the way we were already testing 3.9-dev in Travis, so may want to remove the check in Travis. We should also use the name "3.9-dev" in GitHub Actions, as it uses the latest dev 3.9, and does not stay at 3.9.0-rc2 forever. (Hopefully 3.9-0.dev continues to point to master when 3.9 is out, otherwise we'll have to keep using Travis for that.) |
Sorry, I thought I did. It seems when I edit directly from github it doesn't give me an option. |
@altendky mentioned a better solution if we really want to track latest rc: #1742 (comment). However 3.9 is expected to be released in a week or two, so it didn't seem bad to hard-code it (or at least, much better than having no coverage at all). I don't think tracking "-dev" is appropriate, since it can change daily and perhaps doesn't go through any QA process. |
|
I thought we wanted both |
No description provided.