Fixed tests workflow

This commit is contained in:
2025-04-28 18:08:04 +01:00
parent 5b2eb94994
commit b925eaa678

View File

@@ -64,6 +64,10 @@ jobs:
echo "-------------------"
echo "matrix=$matrix" >> $GITHUB_OUTPUT
- name: Install uv
run: |
pip install uv
tests:
needs: create-strategy
runs-on: ubuntu-latest