Skip to content

Commit

Permalink
include step to install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiapuziowong committed Oct 16, 2023
1 parent cd708cc commit 020057a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check

# Install the head of the given branch (devel, stable-2.10)
- name: Install python dependencies
run: pip install -r ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}/requirements.txt

# OPTIONAL If your unit test requires Python libraries from other collections
# Install them like this
- name: Install collection dependencies
Expand Down

0 comments on commit 020057a

Please sign in to comment.