Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irish1986 authored Mar 31, 2024
1 parent bd0a084 commit fa83ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --user ansible-core==2.12.3
python3 -m pip install --user ansible
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install Ansible-Galaxy Requirements
Expand Down

0 comments on commit fa83ff4

Please sign in to comment.