Skip to content

Commit fb1a08f

Browse files
committed
Downgrade python to 3.10
Using python 3.12 will result into an error because distutils is no longer supported. Downgrading to python 3.10 will solve this issue. Signed-off-by: SorinAlexB <sb.birchi.sorin@gmail.com>
1 parent 2980547 commit fb1a08f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

playbooks-opencrs/master-lite.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,9 @@
2323
append: yes
2424
become: yes
2525

26-
- name: Add specified repository into sources list
27-
ansible.builtin.apt_repository:
28-
repo: ppa:deadsnakes/ppa
29-
state: present
30-
become: yes
31-
3226
- name: Install the toolchain
3327
apt:
34-
name: ['python3.12', 'python3.12-dev']
28+
name: ['python3.10', 'python3.10-dev']
3529
state: present
3630
become: yes
3731

0 commit comments

Comments
 (0)