Skip to content

Commit 3ff4627

Browse files
Update python-app.yml
1 parent a1f82d7 commit 3ff4627

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-app.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
fail-fast: false
10-
matrix:
11-
python-version: ['3.13', '3.13t']
10+
# matrix:
11+
# python-version: ['3.13', '3.13t']
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v5
24+
with:
25+
python-version: 3.13t
2426

2527

2628

0 commit comments

Comments
 (0)