Skip to content

Commit

Permalink
Merge #197
Browse files Browse the repository at this point in the history
197: Fix CI by deleting EXTERNALLY_MANGED file r=aragilar a=aragilar



Co-authored-by: James Tocknell <[email protected]>
  • Loading branch information
bors[bot] and aragilar authored Feb 18, 2023
2 parents d0ef36c + 6241a7a commit 3fd0c0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ orbs:
tox_install:
steps:
- run: cp ci_support/_manylinux.py /usr/lib/python3/dist-packages/_manylinux.py
# Delete EXTERNALLY-MANAGED so we can use pip outside a venv (
# TODO: need a better plan here)
- run: find /usr/lib/python* -name EXTERNALLY-MANAGED -delete
#
- run: python3 -m pip install -c known_broken_constraints.txt --pre -U coverage # coverage major versions need to match
- run: python3 -m pip install -U codecov
Expand Down

0 comments on commit 3fd0c0d

Please sign in to comment.