-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: update github ci action #87
Conversation
Hey @techytushar, thanks for the submission! Would you mind adding Python version 3.10 and Nautobot version 1.4 to the matrix as well? |
79d34b2
to
7503442
Compare
@joewesch Done ✅ |
.github/workflows/ci.yml
Outdated
- python-version: "3.9" | ||
nautobot-version: "1.3" | ||
python-version: ["3.7", "3.8", "3.9", "3.10"] | ||
nautobot-version: ["1.2", "1.3", "1.4"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we need to exclude a combination that doesn't exist.
nautobot-version: ["1.2", "1.3", "1.4"] | |
nautobot-version: ["1.2", "1.3", "1.4"] | |
exclude: | |
- python-version: 3.10 | |
nautobot-version: 1.2 |
@joewesch any thoughts on the failure within the tests? Do we just need to re-run it? |
The |
7503442
to
c6a15ac
Compare
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. |
Signed-off-by: Tushar Mittal <[email protected]>
c6a15ac
to
80f0672
Compare
Thanks @techytushar & @joewesch !!! |
Signed-off-by: Tushar Mittal [email protected]
Fixes: #63