mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Handle simple packages and namespace packages by pipeline template.
Added pipeline to check pipeline templates.
This commit is contained in:
2
.github/workflows/_Checking_Parameters.yml
vendored
2
.github/workflows/_Checking_Parameters.yml
vendored
@@ -460,7 +460,7 @@ jobs:
|
||||
|
||||
expectedPythonVersion = "3.13"
|
||||
expectedPythons = ["3.12", "3.13"]
|
||||
expectedSystems = ["ubuntu", "windows"]
|
||||
expectedSystems = ["ubuntu", "macos-arm", "windows"]
|
||||
expectedJobs = [f"{system}:{python}" for system in expectedSystems for python in expectedPythons] + ["windows:3.10", "windows:3.11", "windows:3.13"]
|
||||
expectedName = "Example"
|
||||
expectedArtifacts = {
|
||||
|
||||
Reference in New Issue
Block a user