mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Fixed syntax error.
This commit is contained in:
8
.github/workflows/Parameters.yml
vendored
8
.github/workflows/Parameters.yml
vendored
@@ -143,8 +143,8 @@ jobs:
|
|||||||
'runs-on': data['sys'][system]['runs-on'],
|
'runs-on': data['sys'][system]['runs-on'],
|
||||||
'shell': data['sys'][system]['shell'],
|
'shell': data['sys'][system]['shell'],
|
||||||
'pyicon': data['python'][version]['icon'],
|
'pyicon': data['python'][version]['icon'],
|
||||||
'python': currentAlphaRelease if version == currentAlphaVersion else version
|
'python': currentAlphaRelease if version == currentAlphaVersion else version,
|
||||||
'envname' data['sys'][system]['name']
|
'envname': data['sys'][system]['name'],
|
||||||
}
|
}
|
||||||
for system in systems if system in data['sys']
|
for system in systems if system in data['sys']
|
||||||
for version in versions
|
for version in versions
|
||||||
@@ -156,8 +156,8 @@ jobs:
|
|||||||
'runtime': runtime.upper(),
|
'runtime': runtime.upper(),
|
||||||
'shell': "msys2 {0}",
|
'shell': "msys2 {0}",
|
||||||
'pyicon': data['python'][currentMSYS2Version]['icon'],
|
'pyicon': data['python'][currentMSYS2Version]['icon'],
|
||||||
'python': currentMSYS2Version
|
'python': currentMSYS2Version,
|
||||||
'envname' data['runtime'][runtime]['name']
|
'envname': data['runtime'][runtime]['name'],
|
||||||
}
|
}
|
||||||
for runtime in systems if runtime not in data['sys']
|
for runtime in systems if runtime not in data['sys']
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user