jupyter-naas / drivers

Low-code Python library enabling access to APIs, tools, data sources in seconds.
GNU Affero General Public License v3.0
57 stars 11 forks source link

Fix naas-drivers CI/CD #358

Closed Dr0p42 closed 1 year ago

Dr0p42 commented 1 year ago

Fix naas-driver build issue

Tags: #ci #naas-drivers

We have an error on naas-drivers CI/CD. Here is a failing action: https://github.com/jupyter-naas/drivers/actions/runs/4305800503/jobs/7521602013

Image

Bumping commitizen-tool/commitizen-action

It seem that we are using the version 0.7.0 of the commitizen-tool/commitizen-action while the latest version is 0.16.3.

This is the action we are using

Version drift

It seems that we have a version drift in naas_drivers/__init__.py: https://github.com/jupyter-naas/drivers/actions/runs/4311954795/jobs/7521920300

Image

Fixing it: https://github.com/jupyter-naas/drivers/commit/ff46af70e85816ecfc8d13f19f82b5fda57ec837#diff-d7c401d02af6ae465484f256b1c173c538dcb6b83c312714c1e374d1ba521986

Conclusion

Now we are good: https://github.com/jupyter-naas/drivers/actions/runs/4311993902