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
Looks like make command such as make build-dev, make build-prod, etc are not working as they are intended as they should. There is an absence of maturin in the docs that helps the compilation easier. Also needs more commands for test-py, test-rust, etc
Also groups in the pyproject.toml are mixed, maturin shouldn't be in the testing group, a dev group must be created
The text was updated successfully, but these errors were encountered:
Looks like make command such as
make build-dev
,make build-prod
, etc are not working as they are intended as they should. There is an absence ofmaturin
in the docs that helps the compilation easier. Also needs more commands fortest-py
,test-rust,
etcAlso groups in the pyproject.toml are mixed,
maturin
shouldn't be in the testing group, adev
group must be createdThe text was updated successfully, but these errors were encountered: