Skip to content

Commit

Permalink
ci: fix pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
carmoIn committed Dec 8, 2023
1 parent dff4c1d commit f7aaf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies Including Ansible
run: |
python -m pip install --upgrade pip
pip install -r ansible
pip install -r ansible/requirements.txt
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit f7aaf17

Please sign in to comment.