@@ -22,12 +22,10 @@ jobs:
2222 - name : Authenticate with Artifactory
2323 if : ${{ !github.event.pull_request.head.repo.fork }}
2424 uses : ./.github/actions/artifactory-oidc
25- - uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
26- with :
27- version : " 0.9.26"
2825 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2926 with :
3027 python-version : " 3.11"
28+ - run : pip install uv==0.9.26
3129 - run : uv sync --frozen --all-extras
3230 - run : uv run ruff check .
3331 - run : uv run ruff format --check .
@@ -44,12 +42,10 @@ jobs:
4442 - name : Authenticate with Artifactory
4543 if : ${{ !github.event.pull_request.head.repo.fork }}
4644 uses : ./.github/actions/artifactory-oidc
47- - uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
48- with :
49- version : " 0.9.26"
5045 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
5146 with :
5247 python-version : ${{ matrix.python-version }}
48+ - run : pip install uv==0.9.26
5349 - run : uv sync --frozen --all-extras
5450 - run : uv run pytest
5551
@@ -61,12 +57,10 @@ jobs:
6157 - name : Authenticate with Artifactory
6258 if : ${{ !github.event.pull_request.head.repo.fork }}
6359 uses : ./.github/actions/artifactory-oidc
64- - uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
65- with :
66- version : " 0.9.26"
6760 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6861 with :
6962 python-version : " 3.11"
63+ - run : pip install uv==0.9.26
7064 - name : Build package
7165 run : uv build
7266 - name : Verify installable
0 commit comments