Skip to content

Commit 1c86c10

Browse files
committed
Work around pip 24.1 bug which prevents installing pandocfilters 1.4.1
1 parent fc6766f commit 1c86c10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
123123
- name: Run tests
124124
run: |
125+
# Attempt to work around https://github.com/pypa/pip/issues/12781
126+
PIP_CONSTRAINT= hatch env run -e test -- pip install 'pip>=24.2'
125127
xvfb-run --auto-servernum hatch run test:nowarn || xvfb-run --auto-servernum hatch run test:nowarn --lf
126128
127129
test_prereleases:

0 commit comments

Comments
 (0)