osqp / osqp-python

Python interface for OSQP
https://osqp.org/
Apache License 2.0
109 stars 41 forks source link

Update build_default.yml - enable codegen tests #145

Closed AmitSolomonPrinceton closed 2 months ago

vineetbansal commented 2 months ago

codegen tests now enabled in master. Note that we have to drop support for python<3.8 like you're doing in this PR, but not on account of the error in the CI here (with shutil.copytree, which is easily fixed), but because pybind11 no longer supports py<3.8.

Closing this PR since these changes are effectively in master now.