diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 5fe9a35..378ec3f 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -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