|
|
@ -118,11 +118,11 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
- name: Setup uv |
|
|
- name: Setup uv |
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
with: |
|
|
with: |
|
|
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum. |
|
|
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum. |
|
|
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837 |
|
|
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837 |
|
|
version: "0.11.4" |
|
|
version: "0.11.18" |
|
|
enable-cache: true |
|
|
enable-cache: true |
|
|
cache-dependency-glob: | |
|
|
cache-dependency-glob: | |
|
|
pyproject.toml |
|
|
pyproject.toml |
|
|
@ -182,11 +182,11 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
python-version: "3.13" |
|
|
python-version: "3.13" |
|
|
- name: Setup uv |
|
|
- name: Setup uv |
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
with: |
|
|
with: |
|
|
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum. |
|
|
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum. |
|
|
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837 |
|
|
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837 |
|
|
version: "0.11.4" |
|
|
version: "0.11.18" |
|
|
enable-cache: true |
|
|
enable-cache: true |
|
|
cache-dependency-glob: | |
|
|
cache-dependency-glob: | |
|
|
pyproject.toml |
|
|
pyproject.toml |
|
|
@ -216,11 +216,11 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
python-version-file: ".python-version" |
|
|
python-version-file: ".python-version" |
|
|
- name: Setup uv |
|
|
- name: Setup uv |
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
with: |
|
|
with: |
|
|
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum. |
|
|
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum. |
|
|
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837 |
|
|
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837 |
|
|
version: "0.11.4" |
|
|
version: "0.11.18" |
|
|
enable-cache: true |
|
|
enable-cache: true |
|
|
cache-dependency-glob: | |
|
|
cache-dependency-glob: | |
|
|
pyproject.toml |
|
|
pyproject.toml |
|
|
|