Skip to content

Commit 31e9989

Browse files
committed
build: use cog 3.2.0 so we can just print() the output
1 parent a732b15 commit 31e9989

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/kit.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# To change the matrix, edit the choices, then process this file with cog:
3131
#
3232
# $ python -m pip install cogapp
33-
# $ python -m cogapp -r .github/workflows/kit.yml
33+
# $ python -m cogapp -rP .github/workflows/kit.yml
3434
#
3535
#
3636
# [[[cog
@@ -45,7 +45,6 @@ jobs:
4545
# #----- ^^^ ---------------------- ^^^ -----
4646
#
4747
# import json
48-
# import cog
4948
# for the_os in oss:
5049
# for the_py in pys:
5150
# for the_arch in archs[the_os]:
@@ -54,7 +53,7 @@ jobs:
5453
# "py": the_py,
5554
# "arch": the_arch,
5655
# }
57-
# cog.outl(f"- {json.dumps(them)}")
56+
# print(f"- {json.dumps(them)}")
5857
# ]]]
5958
- {"os": "ubuntu", "py": "cp36", "arch": "x86_64"}
6059
- {"os": "ubuntu", "py": "cp36", "arch": "i686"}

0 commit comments

Comments
 (0)