nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

ci: update github ci action #87

Closed techytushar closed 1 year ago

techytushar commented 1 year ago

Signed-off-by: Tushar Mittal chiragmittal.mittal@gmail.com

Fixes: #63

joewesch commented 1 year ago

Hey @techytushar, thanks for the submission! Would you mind adding Python version 3.10 and Nautobot version 1.4 to the matrix as well?

techytushar commented 1 year ago

@joewesch Done ✅

jvanderaa commented 1 year ago

@joewesch any thoughts on the failure within the tests? Do we just need to re-run it?

joewesch commented 1 year ago

The nautobot-dev:1.2-py3.10 container tag does not exist, so we need to exclude it from the matrix. I added a suggestion that would do that.

joewesch commented 1 year ago

Now it's getting hit with the same bug as #79. @techytushar, sorry but can you remove Nautobot 1.4 from the tests for now. We will need to override the nautobot_config.py file if we want that version to run.

jvanderaa commented 1 year ago

Thanks @techytushar & @joewesch !!!