Skip to content

Commit

Permalink
Try to work around pip bug
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 30, 2024
1 parent 4daa384 commit bb09112
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 bb09112

Please sign in to comment.