mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-20 23:14:56 +02:00
Deactivated update-python because it breaks the system packages
This commit is contained in:
parent
54bef2a091
commit
ade8053430
@ -1,4 +1,7 @@
|
||||
- name: Update all local pip packages
|
||||
shell: 'pip freeze --local | grep -v "^\-e" | cut -d = -f 1 | xargs -n1 pip install -U --break-system-packages'
|
||||
args:
|
||||
executable: /bin/bash
|
||||
# Deactivated due to that it breaks the system
|
||||
# There is no alternative to do the python update
|
||||
#
|
||||
#- name: Update all local pip packages
|
||||
# shell: 'pip freeze --local | grep -v "^\-e" | cut -d = -f 1 | xargs -n1 pip install -U --break-system-packages'
|
||||
# args:
|
||||
# executable: /bin/bash
|
Loading…
x
Reference in New Issue
Block a user