Skip to content

Commit

Permalink
Install MarkupSafe separately because it's sdist is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 15, 2024
1 parent fe23dac commit 971f94f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,13 @@ jobs:
run: |
pwd
/usr/bin/git config --global --add safe.directory $(pwd)
# See https://github.com/pallets/markupsafe/issues/475
- name: Install MarkupSafe
shell: bash
run: |
/build/venv/bin/cross-pip install --no-build-isolation "markupsafe; python_version < '3.12'"
- name: Install deps
shell: bash
run: |
Expand Down

0 comments on commit 971f94f

Please sign in to comment.