We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a732b15 commit 31e9989Copy full SHA for 31e9989
.github/workflows/kit.yml
@@ -30,7 +30,7 @@ jobs:
30
# To change the matrix, edit the choices, then process this file with cog:
31
#
32
# $ python -m pip install cogapp
33
- # $ python -m cogapp -r .github/workflows/kit.yml
+ # $ python -m cogapp -rP .github/workflows/kit.yml
34
35
36
# [[[cog
@@ -45,7 +45,6 @@ jobs:
45
# #----- ^^^ ---------------------- ^^^ -----
46
47
# import json
48
- # import cog
49
# for the_os in oss:
50
# for the_py in pys:
51
# for the_arch in archs[the_os]:
@@ -54,7 +53,7 @@ jobs:
54
53
# "py": the_py,
55
# "arch": the_arch,
56
# }
57
- # cog.outl(f"- {json.dumps(them)}")
+ # print(f"- {json.dumps(them)}")
58
# ]]]
59
- {"os": "ubuntu", "py": "cp36", "arch": "x86_64"}
60
- {"os": "ubuntu", "py": "cp36", "arch": "i686"}
0 commit comments