fix: Remove sudo from action
Some checks failed
Check Code Quality / RuffCheck (push) Failing after 17s
Build Docker / BuildImage (push) Successful in 1m2s

This commit is contained in:
2025-10-30 20:38:09 +11:00
parent b87d19c5d9
commit b9753617ad

View File

@@ -9,7 +9,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
run: sudo apt-get install python3-pip run: apt-get install python3-pip
- name: Install Ruff - name: Install Ruff
run: pip install ruff run: pip install ruff
- name: Run Ruff - name: Run Ruff