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

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

View file

@ -18,9 +18,7 @@ env:
jobs:
pytest:
runs-on: docker
container:
image: alpine:latest
runs-on: alpine
steps:
- run: apk add nodejs py3-pip ruff
- uses: actions/checkout@v4