We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939cd7a commit 9e826bbCopy full SHA for 9e826bb
1 file changed
.github/workflows/dist.yml
@@ -286,12 +286,6 @@ jobs:
286
key: ${{ matrix.os.container }}
287
variant: ccache
288
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
-
295
- name: Install deps
296
shell: bash
297
run: |
0 commit comments