Skip to content

Commit 9c04d8e

Browse files
Update python-app.yml
1 parent 7cc4982 commit 9c04d8e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/python-app.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
1414

15-
- name: Set up Python ${{ matrix.python-version }}
16-
# uses: actions/setup-python@v4
17-
# uses: priya-kinthali/setup-python@freethread-pr-319
18-
uses: astral-sh/setup-uv@5
19-
with:
20-
python-version: ${{ matrix.python-version }}
15+
# - name: Set up Python ${{ matrix.python-version }}
16+
# # uses: actions/setup-python@v4
17+
# # uses: priya-kinthali/setup-python@freethread-pr-319
18+
# uses: as
19+
# with:
20+
# python-version: ${{ matrix.python-version }}
21+
22+
- name: Install uv
23+
uses: astral-sh/setup-uv@v5
2124

2225

2326

0 commit comments

Comments
 (0)