File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,6 @@ jobs:
102
102
103
103
- name : Install ansible-base (v${{ matrix.ansible }})
104
104
run : pip install https://github.com/ansible/ansible/archive/v${{ matrix.ansible }}.tar.gz --disable-pip-version-check
105
-
106
- - name : Install Pydantic (v2)
107
- run : pip install pydantic==2.11.4
108
-
109
- - name : Install DeepDiff (v8.5.0)
110
- run : pip install deepdiff==8.5.0
111
105
112
106
- name : Install coverage (v7.3.4)
113
107
run : pip install coverage==7.3.4
@@ -132,4 +126,4 @@ jobs:
132
126
133
127
- name : Generate coverage report
134
128
run : coverage report
135
- working-directory : /home/runner/.ansible/collections/ansible_collections/cisco/dcnm
129
+ working-directory : /home/runner/.ansible/collections/ansible_collections/cisco/dcnm
You can’t perform that action at this time.
0 commit comments