Skip to content

Commit 9e268b8

Browse files
committed
testo
1 parent 31e8e6e commit 9e268b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ runs:
2727
- name: Install Python dependencies
2828
run: |
2929
pip install -r requirements.txt
30+
/usr/bin/python3 -m ensurepip
31+
/usr/bin/python3 -m pip install -r requirements.txt
3032
shell: bash
3133

3234
- name: Install Ansible collection dependencies

0 commit comments

Comments
 (0)