fix: Manually install python3
This commit is contained in:
@@ -6,11 +6,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
RuffCheck:
|
RuffCheck:
|
||||||
runs-on: [ubuntu-latest, amd]
|
runs-on: [ubuntu-latest, amd]
|
||||||
container:
|
|
||||||
image: python:3.13-slim-bookworm
|
|
||||||
steps:
|
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
|
- name: Install Ruff
|
||||||
run: pip install ruff
|
run: pip install ruff
|
||||||
- name: Run Ruff
|
- name: Run Ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user