Skip to content

Commit 4c55a72

Browse files
ci: fix alpine sdist test [backport 3.16] (#14968)
Backport e1b6efa from #14963 to 3.16. ## Description theacodes/cmarkgfm#84 `cmarkgfm` released a new version which no longer properly installs. This explicitly installs a known working version. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: Brett Langdon <brett.langdon@datadoghq.com>
1 parent 7c062e5 commit 4c55a72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
run: apk add git gcc g++ musl-dev libffi-dev openssl-dev bash rust cargo make cmake patchelf
117117

118118
- name: Check source package
119+
# https://github.com/theacodes/cmarkgfm/issues/84
119120
run: |
120-
pip install twine readme_renderer[md]
121+
pip install twine readme_renderer[md] "cmarkgfm<2025.10.20"
121122
twine check dist/*.tar.gz
122123
- name: Install source package
123124
env:

0 commit comments

Comments
 (0)