Skip to content

Commit

Permalink
fix lxml (#58)
Browse files Browse the repository at this point in the history
* add lxml to master_verification_test.yml

* add lxml to sanity_test_ci.yml
  • Loading branch information
iogbole authored Jan 19, 2021
1 parent 1a27c8c commit 0b39c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_verification_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: '3.x'

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

- name: Test Building the collection
run: |
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}


4 changes: 2 additions & 2 deletions .github/workflows/sanity_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.x'

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

- name: Build the collection
run: |
Expand All @@ -37,4 +37,4 @@ jobs:
- name: Sanity test the collection
run: |
cd /home/runner/.ansible/collections/ansible_collections/appdynamics/agents
ansible-test sanity --docker default -v
ansible-test sanity --docker default -v

0 comments on commit 0b39c36

Please sign in to comment.