fix test-custom-manifest-file

Use a fixed download url. PR ref seams to be broken
This commit is contained in:
Kevin Stillhammer
2025-10-24 15:55:21 +02:00
parent 2ddd2b9cb3
commit 8929258af7

View File

@@ -761,7 +761,7 @@ jobs:
- name: Install from custom manifest file - name: Install from custom manifest file
uses: ./ uses: ./
with: 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 - run: uv sync
working-directory: __tests__/fixtures/uv-project working-directory: __tests__/fixtures/uv-project
- name: Correct version gets installed - name: Correct version gets installed