Skip to content

Commit

Permalink
Work around pip 24.1 bug which prevents installing pandocfilters 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 31, 2024
1 parent fc6766f commit c3e2683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
- name: Run tests
run: |
# Attempt to work around https://github.com/pypa/pip/issues/12781
PIP_CONSTRAINT= hatch env run -e test -- pip install 'pip>=24.2'
xvfb-run --auto-servernum hatch run test:nowarn || xvfb-run --auto-servernum hatch run test:nowarn --lf
test_prereleases:
Expand Down

0 comments on commit c3e2683

Please sign in to comment.