Compare commits

..

2 commits

Author SHA1 Message Date
bronsen
0c76ba39b8 actions: trying to find a python
Some checks failed
Prek checks / prek (push) Failing after 9s
ci/woodpecker/push/workflow Pipeline failed
2026-02-14 19:50:23 +01:00
bronsen
a608fdd6f5 just: make it easier to spot differences between to very similar lines 2026-02-14 19:40:59 +01:00
2 changed files with 6 additions and 1 deletions

View file

@ -9,3 +9,8 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v6
- uses: https://github.com/j178/prek-action@v1
with:
install-only: true
- run: |
echo "we needs us a python interpreter"
echo "do we have `uv`?"

View file

@ -19,7 +19,7 @@ run:
uv_export_options := "--frozen --format requirements.txt --quiet --no-install-project"
exports-deps:
uv export {{ uv_export_options }} --output-file requirements.txt
uv export {{ uv_export_options }} --only-dev --output-file requirements.dev.txt
uv export {{ uv_export_options }} --output-file requirements.dev.txt --only-dev
test *ARGS:
uv run pytest tests.py {{ ARGS }}