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