Fix Gitea runner CI: remove sudo, install system deps via apt, replace setup-python with apt-get

This commit is contained in:
2026-05-07 12:20:08 -06:00
parent 3093b41033
commit e5c1c766b6
4 changed files with 78 additions and 10 deletions

View File

@ -26,9 +26,9 @@ jobs:
package-lock.json
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
run: |
apt-get update
apt-get install -y python3 python3-pip
- name: Enforce feature spec policy (PR only)
if: github.event_name == 'pull_request'