Closed daw3rd closed 5 days ago
In addition, make test-src
and ci/cd is passing since 0.2.2.dev2 is the current repo dev branch version, but is also in pypi, It seems that after the above failure to install the data-prep-toolkit==0.2.2.dev from repo source in data-processing-lib dirs into the venv, it is falling back to pypi for the data-prep-toolkit-0.2.2.dev2 requirement.
This did not seem to happen on a newly cloned repo, so will close this for now.
Search before asking
Component
Makefiles
What happened + What you expected to happen
Creating the venv in the noop/python project dir is failing. There is a secondary problem in that the make did not terminate when it got the error from pip install.
Reproduction script
Anything else
No response
OS
MacOS (limited support)
Python
3.11.x
Are you willing to submit a PR?