Skip to content

Use generalized version specifier to fix installation .

Samuel Burbulla requested to merge bugfix/pre-install-pip into master

This fixes an issue with pip install --pre that is used in the test-pypi package workflows.

The issue is that pip>=21 does not match the found pre-release pip==22.1b1 and therefore prevents building the wheel with scikit-build.

Merge request reports