feat: add py-pip to env
Compare changes
Files
2
packages/wf-custom-python/package.py
0 → 100644
+ 16
− 0
Let's put py-pip
into the ESD as use cases often rely on pip install …
and we can't rely on the system-installed version of pip.
(I.e. it's plain luck that those use cases worked before.)
(FYI @kindler)