Optimized developer personas, implemented gcc and solved python-pip update bug

This commit is contained in:
2025-04-05 20:39:56 +02:00
parent d5ba306081
commit 3ae3da3673
51 changed files with 557 additions and 279 deletions

View File

@@ -1,4 +1,4 @@
- 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"
shell: 'pip freeze --local | grep -v "^\-e" | cut -d = -f 1 | xargs -n1 pip install -U --break-system-packages'
args:
executable: /bin/bash