From e7ac455dff8bb769491f3fa76e49ee5e98e3e092 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 15 Dec 2023 18:39:43 +0100 Subject: [PATCH] fix pr.yml --- .github/workflows/pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 879ba8064..ff5d753db 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -24,7 +24,7 @@ jobs: git+https://github.com/ansible/ansible-lint@v6" - name: Install requirements for plugins - run: pip install junitparser junit_xml + run: pip install junitparser junit_xml jmespath - name: Compare current branch vs main branch # Run ansible-lint on this branch then compare vs main branch @@ -109,8 +109,6 @@ jobs: name: "Check all dependencies are merged" runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v4 - name: Check all dependent Pull Requests are merged uses: depends-on/depends-on-action@main