From 0c76ba39b8b429ab0373d18992ea8f2bfdfd0036 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sat, 14 Feb 2026 19:50:23 +0100 Subject: [PATCH] actions: trying to find a python --- .forgejo/workflows/prek.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/prek.yaml b/.forgejo/workflows/prek.yaml index 5412272..92373c5 100644 --- a/.forgejo/workflows/prek.yaml +++ b/.forgejo/workflows/prek.yaml @@ -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`?"