ploomber / soorgeon

Convert monolithic Jupyter notebooks 📙 into maintainable Ploomber pipelines. 📊
https://ploomber.io
Apache License 2.0
78 stars 20 forks source link

pinned pip version #39

Closed edublancas closed 2 years ago

edublancas commented 2 years ago

we pinned pip version in the ci script bc it was breaking, at some point we should remove that - when a working version is out

idomic commented 2 years ago

by pinned version, you mean change this right? python -m pip install "pip<22" We don't need the "pip<22" anymore?

@Wxl19980214 Yes, we need to make sure the CI passes regardless to the pinned pip version

Wxl19980214 commented 2 years ago

It's passing. I am closing the issue