Skip to content

Commit 8d3b055

Browse files
authored
ci: fix alpine sdist test (#14963) (#14969)
## 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 -->
1 parent dd4232e commit 8d3b055

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)