diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3290e3a..8a59167 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -761,7 +761,7 @@ jobs: - name: Install from custom manifest file uses: ./ with: - manifest-file: "https://raw.githubusercontent.com/astral-sh/setup-uv/${{ github.ref }}/__tests__/download/custom-manifest.json" + manifest-file: "https://raw.githubusercontent.com/astral-sh/setup-uv/main/__tests__/download/custom-manifest.json" - run: uv sync working-directory: __tests__/fixtures/uv-project - name: Correct version gets installed