scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
70 stars 42 forks source link

CI: use `--break-system-packages` when using pip globally #322

Closed fruch closed 2 months ago

fruch commented 3 months ago

seems like recent versions of pip on some OSes is preventing the user from installing things globally

we should override it, since we know what are we doing (most of the time). anyhow that code is run only in CI, and never locally

fruch commented 3 months ago

@yaronkaikov @benipeled FYI, this kind of failure might happen any place we are using python, at some point