Skip to content

Commit

Permalink
Fix CI for cookiecutter-nautobot-app
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Jan 6, 2025
1 parent 55c4a2b commit c042880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: "Check out repository code"
uses: "actions/checkout@v4"
- name: "Setup environment"
uses: "networktocode/gh-action-setup-poetry-environment@v4"
uses: "networktocode/gh-action-setup-poetry-environment@v6"
with:
poetry-version: "1.8.5"
- name: "Linting: ruff"
run: "poetry run invoke ruff"
- name: "Linting: yamllint"
Expand Down

0 comments on commit c042880

Please sign in to comment.