Skip to content

Commit 716e81a

Browse files
.
1 parent e36085a commit 716e81a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/update-tox.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
pull-requests: write
1919

2020
steps:
21-
- name: Setup Python
22-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
23-
with:
24-
python-version: 3.14t
25-
2621
- name: Checkout repo
2722
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2823
with:
@@ -31,7 +26,7 @@ jobs:
3126
- name: Install uv
3227
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3328
with:
34-
cache-suffix: ${{ github.workflow }}-${{ matrix.python-version }}
29+
python-version: 3.14t
3530

3631
- name: Configure git
3732
run: |

0 commit comments

Comments
 (0)