|
|
@ -30,7 +30,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
persist-credentials: false |
|
|
persist-credentials: false |
|
|
# For pull requests it's not necessary to checkout the code but for the main branch it is |
|
|
# For pull requests it's not necessary to checkout the code but for the main branch it is |
|
|
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 |
|
|
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 |
|
|
id: filter |
|
|
id: filter |
|
|
with: |
|
|
with: |
|
|
filters: | |
|
|
filters: | |
|
|
@ -115,7 +115,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
- name: Setup uv |
|
|
- name: Setup uv |
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.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 |
|
|
@ -179,7 +179,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
python-version: "3.13" |
|
|
python-version: "3.13" |
|
|
- name: Setup uv |
|
|
- name: Setup uv |
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.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 |
|
|
@ -213,7 +213,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
python-version-file: ".python-version" |
|
|
python-version-file: ".python-version" |
|
|
- name: Setup uv |
|
|
- name: Setup uv |
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.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 |
|
|
|