diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23a4ad2..5d328ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install uv + uses: astral-sh/setup-uv@v3 + with: + version: "0.4.22" + - name: Set up Python uses: actions/setup-python@v5 with: