You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sympy installation non-fatal on macOS and use --break-system-packages
- Add --break-system-packages flag along with --user to comply with PEP 668
- Make sympy installation non-fatal using set +e/set -e
- Since sympy is optional (tests work without it), continue even if installation fails
- This fixes the externally-managed-environment error on macOS CI runners
0 commit comments