mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Merge branch 'dev'
This commit is contained in:
2
.github/workflows/Parameters.yml
vendored
2
.github/workflows/Parameters.yml
vendored
@@ -185,7 +185,7 @@ jobs:
|
||||
|
||||
def toVersion(value):
|
||||
major, minor = value.split(".")
|
||||
return tuple(int(major[-1]), int(minor))
|
||||
return int(major[-1]), int(minor)
|
||||
|
||||
combinations = [
|
||||
(system, version)
|
||||
|
||||
Reference in New Issue
Block a user