Skip to content

Commit

Permalink
CI: set up pip for more helpful error handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Nov 12, 2024
1 parent 534f597 commit 366d20c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{matrix.python}}
- name: set up pip
run: |
sed -i -e 's/ sys.exit(.*)/ raise/' ${{env.pythonLocation}}/lib/python*/site-packages/pip/_internal/utils/setuptools_build.py
python3 -m pip list
- name: install deps
run: |
# work-around for <https://github.com/nose-devs/nose/issues/1115>:
Expand Down

0 comments on commit 366d20c

Please sign in to comment.