We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c2f61 commit c2ff1afCopy full SHA for c2ff1af
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -37,14 +37,6 @@ jobs:
37
sshpass \
38
jq
39
40
- - name: Upgrade pip and install Python test tooling
41
- run: |
42
- python3 -m pip install --upgrade pip
43
- # Add whatever you actually use for tests; these are safe defaults
44
- python3 -m pip install \
45
- pytest \
46
- pytest-ansible
47
-
48
- name: Install Ansible Galaxy collections
49
run: |
50
ansible-galaxy collection install -r ansible/requirements.yml
0 commit comments