Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 05864a9

Browse files
committed
ci: print pip version
1 parent 5dba7e6 commit 05864a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ jobs:
4848
run: ansible --version && sudo apt purge ansible -y
4949
- name: Install Ansible v2.10 alpha (GH actions currently uses 2.9)
5050
run: sudo python -m pip install ansible==2.10.0a9 && ansible --version
51-
- run: pip install -r ./requirements/pip.txt
52-
- name: Print Ansible version
53-
run: ansible --version
51+
- run: pip -V && pip install -r ./requirements/pip.txt
5452
- uses: webfactory/ssh-agent@v0.4.1
5553
with:
5654
ssh-private-key: "${{ secrets.SSH_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)