fix: Manually install python3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user