Skip to content

Commit 7ba2a8e

Browse files
committed
remove requirements-ci from install
1 parent b4af637 commit 7ba2a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-management.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ jobs:
403403
${{ runner.os }}-pip-requirements-ci-${{ hashFiles('.github/requirements-ci.txt') }}-3.13
404404
- name: 'Install Python requirements'
405405
run: |
406-
pip install "ansible-core<2.19.0" -r .github/requirements-ci.txt --upgrade
406+
pip install "ansible-core<2.19.0" --upgrade
407407
- name: 'Run ansible-test sanity'
408408
run: |
409409
cd ansible_collections/arista/avd/
@@ -429,7 +429,7 @@ jobs:
429429
${{ runner.os }}-pip-requirements-ci-3.10-
430430
- name: 'Install Python requirements'
431431
run: |
432-
pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" -r .github/requirements-ci.txt --upgrade
432+
pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" --upgrade
433433
- name: 'Run ansible-test units test cases'
434434
run: |
435435
cd ansible_collections/arista/avd/

0 commit comments

Comments
 (0)