robshakir / pyangbind

A plugin for pyang that creates Python bindings for a YANG model.
Other
204 stars 121 forks source link

Add GitHub Action to build and bind with pyang #321

Closed JoseIgnacioTamayo closed 1 year ago

JoseIgnacioTamayo commented 1 year ago

Add Jobs to the GitHub Action, to test that building and using the package with pyang works properly.

This is intended to discover issues not seen with tox unit tests. Also, this installs all dependencies of pyangbind for different python versions.