Skip to content

Commit

Permalink
Allow to install from requirements.txt (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
t2d authored May 23, 2023
1 parent 2b65885 commit fd51390
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ansible-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install ansible-lint
run: pip install ansible-lint
- name: Install (testing) requirements
run: |
echo ansible-lint >> requirements.txt
pip install -r requirements.txt
- name: Install Ansible Role Requirements
run: |
Expand Down

0 comments on commit fd51390

Please sign in to comment.