We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e8e6e commit 6fe2719Copy full SHA for 6fe2719
1 file changed
.github/actions/setup/action.yml
@@ -27,6 +27,7 @@ runs:
27
- name: Install Python dependencies
28
run: |
29
pip install -r requirements.txt
30
+ /usr/bin/python -m pip install -r requirements.txt
31
shell: bash
32
33
- name: Install Ansible collection dependencies
0 commit comments