Skip to content

Commit 744f686

Browse files
committed
Add pulp-glue to integration test dependencies
1 parent cf828fd commit 744f686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install ansible==5.* jmespath
30+
pip install ansible==5.* jmespath pulp-glue==0.21.*
3131
ansible-galaxy collection install git+file://$(pwd)
3232
3333
- name: Run Pulp in one

0 commit comments

Comments
 (0)