Skip to content

Commit 0b39c36

Browse files
authored
fix lxml (#58)
* add lxml to master_verification_test.yml * add lxml to sanity_test_ci.yml
1 parent 1a27c8c commit 0b39c36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master_verification_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.x'
2828

2929
- name: Install test dependencies.
30-
run: pip3 install molecule-docker docker yamllint ansible-lint flake8 ansible
30+
run: pip3 install molecule-docker docker yamllint ansible-lint flake8 ansible lxml
3131

3232
- name: Test Building the collection
3333
run: |
@@ -56,4 +56,4 @@ jobs:
5656
PY_COLORS: '1'
5757
ANSIBLE_FORCE_COLOR: '1'
5858
MOLECULE_DISTRO: ${{ matrix.distro }}
59-
59+

.github/workflows/sanity_test_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: '3.x'
2525

2626
- name: Install test dependencies.
27-
run: pip3 install molecule-docker docker yamllint ansible-lint flake8
27+
run: pip3 install molecule-docker docker yamllint ansible-lint flake8 lxml
2828

2929
- name: Build the collection
3030
run: |
@@ -37,4 +37,4 @@ jobs:
3737
- name: Sanity test the collection
3838
run: |
3939
cd /home/runner/.ansible/collections/ansible_collections/appdynamics/agents
40-
ansible-test sanity --docker default -v
40+
ansible-test sanity --docker default -v

0 commit comments

Comments
 (0)