We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec53ad commit 2ac3daeCopy full SHA for 2ac3dae
.github/workflows/pull_request.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install ansible==5.* jmespath pulp-glue==0.21.*
+ pip install ansible==13.* jmespath pulp-glue==0.21.*
31
ansible-galaxy collection install git+file://$(pwd)
32
33
- name: Run Pulp in one
0 commit comments