You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The yaml format treats it as a float, that's not a fault of this action. You can put it in quotes to prevent that: "3.10".
However, since 3.10 hasn't been released yet, I don't think that will work either (although I haven't tried it). Instead you can use 3.10-dev for now, see also #177.
@nulano You're right! Totally a YAML issue and not for this project. Thanks for the hint.
Also, for posterity:
"3.10-dev" will install an interpreter (as of this comment) named 3.10.0-alpha.6.
So for tox config, I had to map my env this way: py-3.10-dev: python3.10. Only then I was able to run my CI on Pre-Releases of Python 3.10.
Describe the bug
Trying to setup Python 3.10 Alpha as a Tox target in a Matrix.
Gets converted to "3.1"
Which version of the action are you using?
v1
v2
v2.0.1
ormaster
)Environment
If applicable, please specify if you're using a container
Python Versions
3.10
To Reproduce
Action:
The text was updated successfully, but these errors were encountered: