Skip to content

Commit 971f94f

Browse files
committed
Install MarkupSafe separately because it's sdist is broken
1 parent fe23dac commit 971f94f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dist.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,13 @@ jobs:
221221
run: |
222222
pwd
223223
/usr/bin/git config --global --add safe.directory $(pwd)
224-
224+
225+
# See https://github.com/pallets/markupsafe/issues/475
226+
- name: Install MarkupSafe
227+
shell: bash
228+
run: |
229+
/build/venv/bin/cross-pip install --no-build-isolation "markupsafe; python_version < '3.12'"
230+
225231
- name: Install deps
226232
shell: bash
227233
run: |

0 commit comments

Comments
 (0)