Skip to content

Commit 8a8fdce

Browse files
committed
Make sure pip is upgraded so install works.
1 parent 3e17b39 commit 8a8fdce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
sudo rm -rf /Applications/Google\ Chrome.app
6060
6161
- name: Install test dependencies.
62-
run: sudo pip3 install ansible-core
62+
run: |
63+
sudo pip3 install --upgrade pip
64+
sudo pip3 install ansible-core
6365
6466
- name: Set up the test environment.
6567
run: |

0 commit comments

Comments
 (0)