From 7ba2a8e91ee276f5ccd36d2c84eaa58673d8442f Mon Sep 17 00:00:00 2001 From: Shivani-gslab Date: Fri, 6 Dec 2024 13:36:46 +0530 Subject: [PATCH] remove requirements-ci from install --- .github/workflows/pull-request-management.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml index 8ce16e55b9b..624ea37a8a4 100644 --- a/.github/workflows/pull-request-management.yml +++ b/.github/workflows/pull-request-management.yml @@ -403,7 +403,7 @@ jobs: ${{ runner.os }}-pip-requirements-ci-${{ hashFiles('.github/requirements-ci.txt') }}-3.13 - name: 'Install Python requirements' run: | - pip install "ansible-core<2.19.0" -r .github/requirements-ci.txt --upgrade + pip install "ansible-core<2.19.0" --upgrade - name: 'Run ansible-test sanity' run: | cd ansible_collections/arista/avd/ @@ -429,7 +429,7 @@ jobs: ${{ runner.os }}-pip-requirements-ci-3.10- - name: 'Install Python requirements' run: | - pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" -r .github/requirements-ci.txt --upgrade + pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" --upgrade - name: 'Run ansible-test units test cases' run: | cd ansible_collections/arista/avd/