Deactivated update-python because it breaks the system packages

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-05 21:30:42 +02:00
parent 54bef2a091
commit ade8053430
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,4 +1,7 @@
- name: Update all local pip packages # Deactivated due to that it breaks the system
shell: 'pip freeze --local | grep -v "^\-e" | cut -d = -f 1 | xargs -n1 pip install -U --break-system-packages' # There is no alternative to do the python update
args: #
executable: /bin/bash #- 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