Skip to content

Commit

Permalink
changed to direct install
Browse files Browse the repository at this point in the history
  • Loading branch information
logica0419 committed Jul 25, 2023
1 parent 2bf2a73 commit 83fb998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: '3.x'
architecture: 'x64'
- name: Initialize pipenv
run: pipenv install -d
- name: Install Ansible Lint
run: pip install ansible-lint
- name: Ansible Lint
run: pipenv run ansible-lint -s
run: ansible-lint -s

0 comments on commit 83fb998

Please sign in to comment.