ci: use ubuntu-latest with python container
Some checks failed
Tests / test (push) Failing after 15s

This commit is contained in:
Claudia 2026-02-09 11:33:37 +01:00
parent a3668d2534
commit 7c3a14a945

View file

@ -3,8 +3,13 @@ on: [push, pull_request]
jobs:
test:
runs-on: python
runs-on: ubuntu-latest
container:
image: python:3.11-slim
steps:
- name: Install git
run: apt-get update && apt-get install -y git
- uses: https://github.com/actions/checkout@v4
- name: Install dependencies