Skip to content

Commit e12b502

Browse files
authored
Update pip requirements to update to latest 2.12.* (#124)
Update ansible-core to 2.12 point releases in validate_pr.yml Signed-off-by: Webster Mudge <[email protected]>
1 parent 0c6f53c commit e12b502

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)