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: jobs:
pytest: pytest:
runs-on: docker runs-on: alpine
container:
image: alpine:latest
steps: steps:
- run: apk add nodejs py3-pip ruff - run: apk add py3-pip ruff
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: pip install -r requirements.txt --break-system-packages - run: pip install -r requirements.txt --break-system-packages