Skip to content

Commit a1f82d7

Browse files
Update python-app.yml
1 parent 193b610 commit a1f82d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python-app.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
- name: Set up Python ${{ matrix.python-version }}
17-
# uses: actions/setup-python@v4
18-
uses: priyagupta108/setup-python@test-pr-973
19-
with:
20-
python-version: ${{ matrix.python-version }}
16+
# - name: Set up Python ${{ matrix.python-version }}
17+
# # uses: actions/setup-python@v4
18+
# uses: priyagupta108/setup-python@test-pr-973
19+
# with:
20+
# python-version: ${{ matrix.python-version }}
2121

22-
# - name: Install uv
23-
# uses: astral-sh/setup-uv@v5
22+
- name: Install uv
23+
uses: astral-sh/setup-uv@v5
2424

2525

2626

0 commit comments

Comments
 (0)