alpine test
Some checks failed
Testing running with Alpine instead of Ubuntu / deploy (push) Has been cancelled

This commit is contained in:
2025-06-08 15:59:07 -05:00
parent 76d908c2da
commit 2c84c42ae1

View File

@ -3,7 +3,7 @@ on:
push: push:
jobs: jobs:
deploy: deploy:
runs-on: apline:latest runs-on: alpine:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: setup python - name: setup python