File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ jobs:
403
403
${{ runner.os }}-pip-requirements-ci-${{ hashFiles('.github/requirements-ci.txt') }}-3.13
404
404
- name : ' Install Python requirements'
405
405
run : |
406
- pip install "ansible-core<2.19.0" -r .github/requirements-ci.txt - -upgrade
406
+ pip install "ansible-core<2.19.0" --upgrade
407
407
- name : ' Run ansible-test sanity'
408
408
run : |
409
409
cd ansible_collections/arista/avd/
@@ -429,7 +429,7 @@ jobs:
429
429
${{ runner.os }}-pip-requirements-ci-3.10-
430
430
- name : ' Install Python requirements'
431
431
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
433
433
- name : ' Run ansible-test units test cases'
434
434
run : |
435
435
cd ansible_collections/arista/avd/
You can’t perform that action at this time.
0 commit comments