Test static deploy action without pip
All checks were successful
Test / test (push) Successful in 12s

This commit is contained in:
Eric Wendland 2026-07-15 16:34:06 +02:00
commit d40d2837f5
3 changed files with 60 additions and 49 deletions

View file

@ -10,5 +10,4 @@ jobs:
runs-on: docker
steps:
- uses: https://data.forgejo.org/actions/checkout@v6
- run: python3 -m pip install pytest
- run: python3 -m pytest -q
- run: python3 -m unittest discover -s tests