Skip to content

Commit a87a1cc

Browse files
authored
removed pydantic and deepdiff as it is not needed in unit tests
1 parent cf970b6 commit a87a1cc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ jobs:
102102

103103
- name: Install ansible-base (v${{ matrix.ansible }})
104104
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
111105

112106
- name: Install coverage (v7.3.4)
113107
run: pip install coverage==7.3.4
@@ -132,4 +126,4 @@ jobs:
132126

133127
- name: Generate coverage report
134128
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

0 commit comments

Comments
 (0)