mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Merge branch 'main' into r1
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):
|
def toVersion(value):
|
||||||
major, minor = value.split(".")
|
major, minor = value.split(".")
|
||||||
return tuple(int(major[-1]), int(minor))
|
return int(major[-1]), int(minor)
|
||||||
|
|
||||||
combinations = [
|
combinations = [
|
||||||
(system, version)
|
(system, version)
|
||||||
|
|||||||
Reference in New Issue
Block a user