summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-07 10:33:48 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-07 10:33:48 -0500
commit31e998964719e6dface1e6bce98927db713fd943 (patch)
tree492c984567622c65801312b2dad29c331a1d28d0
parenta732b155113370a88adac3fd0fa32adcfd64a384 (diff)
downloadpython-coveragepy-git-31e998964719e6dface1e6bce98927db713fd943.tar.gz
build: use cog 3.2.0 so we can just print() the output
-rw-r--r--.github/workflows/kit.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index c1ed6c25..08b2e82b 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -30,7 +30,7 @@ jobs:
# To change the matrix, edit the choices, then process this file with cog:
#
# $ python -m pip install cogapp
- # $ python -m cogapp -r .github/workflows/kit.yml
+ # $ python -m cogapp -rP .github/workflows/kit.yml
#
#
# [[[cog
@@ -45,7 +45,6 @@ jobs:
# #----- ^^^ ---------------------- ^^^ -----
#
# import json
- # import cog
# for the_os in oss:
# for the_py in pys:
# for the_arch in archs[the_os]:
@@ -54,7 +53,7 @@ jobs:
# "py": the_py,
# "arch": the_arch,
# }
- # cog.outl(f"- {json.dumps(them)}")
+ # print(f"- {json.dumps(them)}")
# ]]]
- {"os": "ubuntu", "py": "cp36", "arch": "x86_64"}
- {"os": "ubuntu", "py": "cp36", "arch": "i686"}