Skip to content

Commit 0e7e0c8

Browse files
chore(squashme): Testing release CI - with python instead
1 parent 6819fa0 commit 0e7e0c8

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@ jobs:
3737
npm install -g @semantic-release/commit-analyzer
3838
npm install -g @semantic-release/release-notes-generator
3939
40-
- name: Install Ansible (and ansible Galaxy)
40+
- name: Set up Python
41+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
42+
with:
43+
python-version: "3.11"
44+
45+
- name: Install Ansible
4146
run: |
42-
apt update
43-
apt install software-properties-common
44-
add-apt-repository --yes --update ppa:ansible/ansible
45-
apt install ansible
47+
python -m pip install --upgrade pip
48+
pip install ansible ansible-lint
4649
4750
- name: Get the next version
4851
run: |

0 commit comments

Comments
 (0)