ci: Update runs-on
Some checks failed
Test / pytest (push) Failing after 3s

This commit is contained in:
polyfloyd 2025-06-05 16:20:04 +02:00
parent 9d16212e2e
commit 9b92b3afee

View file

@ -18,11 +18,9 @@ env:
jobs:
pytest:
runs-on: docker
container:
image: alpine:latest
runs-on: alpine
steps:
- run: apk add nodejs py3-pip ruff
- run: apk add py3-pip ruff
- uses: actions/checkout@v4
- run: pip install -r requirements.txt --break-system-packages