robshakir / pyangbind

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

Add GitHub Action to build and bind with pyang #321

Closed JoseIgnacioTamayo closed 11 months ago

JoseIgnacioTamayo commented 11 months 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.