Skip to content

Commit 9e826bb

Browse files
committed
Remove markupsafe workaround
1 parent 939cd7a commit 9e826bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dist.yml

-6
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,6 @@ jobs:
286286
key: ${{ matrix.os.container }}
287287
variant: ccache
288288

289-
# See https://github.com/pallets/markupsafe/issues/475
290-
- name: Install MarkupSafe
291-
shell: bash
292-
run: |
293-
/build/venv/bin/cross-pip --disable-pip-version-check install --no-build-isolation "markupsafe; python_version < '3.12'"
294-
295289
- name: Install deps
296290
shell: bash
297291
run: |

0 commit comments

Comments
 (0)