Skip to content
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

Adds v1.2.4 of nautobot, includes update nautobot version #119

Closed
wants to merge 5 commits into from

Conversation

jvanderaa
Copy link
Contributor

Fixes #118

  • Updates to the latest Nautobot versions
  • Adds a poetry add command to the test to get to the corresponding version of Nautobot

@@ -116,6 +116,8 @@ jobs:
uses: "networktocode/gh-action-setup-poetry-environment@v1"
- name: "Copy credentials"
run: "cp development/creds.example.env development/creds.env"
- name: "Set Nautobot install to the testing version"
run: "poetry add nautobot==${{ matrix.nautobot-version }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is neat, but does the lock file need updated for this to work?

@bryanculver
Copy link
Member

I suspect this is fixed via #171

@smk4664
Copy link
Contributor

smk4664 commented Jul 30, 2024

Closing this PR. This is now covered under the drift-manager and the upstream testing.

@smk4664 smk4664 closed this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI Testing is invalid
3 participants