Skip to content

Commit f893ff2

Browse files
authored
Update validate_pr.yml workflow to install latest ansible-core 2.12.* point release (#138)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 45b81e9 commit f893ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
sudo update-alternatives --install /usr/bin/python python $(which python3) 1
4141
pip install --upgrade pip
42-
pip install ansible-core==2.12 ansible-builder bindep pycodestyle voluptuous pylint pyyaml ansible-lint
42+
pip install ansible-core~=2.12.0 ansible-builder bindep pycodestyle voluptuous pylint pyyaml ansible-lint
4343
mkdir -p /usr/share/ansible/collections /usr/share/ansible/roles
4444
ansible-galaxy collection install -r builder/requirements.yml -p /usr/share/ansible/collections
4545
ansible-galaxy role install -r builder/requirements.yml -p /usr/share/ansible/roles

0 commit comments

Comments
 (0)