Skip to content

Commit

Permalink
Fix CI by deleting EXTERNALLY_MANGED file
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Feb 18, 2023
1 parent d0ef36c commit 6241a7a
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 6241a7a

Please sign in to comment.