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
It's not trivial to locally build (if you can't use cibuildwheel, as we can't here at MetOffice)
Nor :
install for dev
build docs
make lockfiles
run tests ?
Iris wraps these things nicely with nox, so you can replicate CI operations.
That's not so easy here (with tox), as the non-Python requirements are not fully controllable via conda/pip (notably: gcc, udunits2)
Leads to problems for developers/contributors (e.g. #432#389).
So, we should explain these things better.
The text was updated successfully, but these errors were encountered:
It's not trivial to locally build (if you can't use cibuildwheel, as we can't here at MetOffice)
Nor :
Iris wraps these things nicely with nox, so you can replicate CI operations.
That's not so easy here (with tox), as the non-Python requirements are not fully controllable via conda/pip (notably: gcc, udunits2)
Leads to problems for developers/contributors (e.g. #432 #389).
So, we should explain these things better.
The text was updated successfully, but these errors were encountered: