diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f38866c..6ab8211 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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