There was an error while loading. Please reload this page.
1 parent e36085a commit 716e81aCopy full SHA for 716e81a
1 file changed
.github/workflows/update-tox.yml
@@ -18,11 +18,6 @@ jobs:
18
pull-requests: write
19
20
steps:
21
- - name: Setup Python
22
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
23
- with:
24
- python-version: 3.14t
25
-
26
- name: Checkout repo
27
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28
with:
@@ -31,7 +26,7 @@ jobs:
31
- name: Install uv
32
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
33
34
- cache-suffix: ${{ github.workflow }}-${{ matrix.python-version }}
29
+ python-version: 3.14t
35
30
36
- name: Configure git
37
run: |
0 commit comments