Skip to content

Commit ccd2e3a

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-app.yml

+5-5
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
@@ -19,10 +19,10 @@ jobs:
1919
# with:
2020
# python-version: ${{ matrix.python-version }}
2121

22-
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
22+
- name: Install
23+
uses: quansight-labs/setup-python@v5
2424
with:
25-
python-version: 3.13t
25+
python-version: ${{ matrix.python-version }}
2626

2727

2828

0 commit comments

Comments
 (0)