fix: Manually install python3
Some checks failed
Check Code Quality / RuffCheck (push) Failing after 13s
Build Docker / BuildImage (push) Successful in 47s

This commit is contained in:
2025-10-30 20:36:29 +11:00
parent 67e8b4cf7e
commit b87d19c5d9

View File

@@ -6,11 +6,10 @@ on:
jobs:
RuffCheck:
runs-on: [ubuntu-latest, amd]
container:
image: python:3.13-slim-bookworm
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Set up Python
run: sudo apt-get install python3-pip
- name: Install Ruff
run: pip install ruff
- name: Run Ruff