big-r81 commented on PR #58:
URL: https://github.com/apache/couchdb-ci/pull/58#issuecomment-1796982583

   ```
   +if [ "${VERSION_CODENAME}" != "bookworm" ]; then
   +    # On Debian bookworm, need the --break-system-package to into to 
default system location
   +    pip3 --default-timeout=10000 install --break-system-packages --upgrade 
sphinx_rtd_theme nose requests hypothesis==3.79.0
   +else
   +    pip3 --default-timeout=10000 install --upgrade sphinx_rtd_theme nose 
requests hypothesis==3.79.0
   +fi
   ```
   Shouldn’t the if clause be `==` to get `—break-system-packages` on bookworm?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to